From c19ed0db1a762241e7f04abd20e1e610ba6c9113 Mon Sep 17 00:00:00 2001 From: Sarah Riehl Date: Fri, 14 Jun 2024 15:49:42 -0500 Subject: [PATCH] (no ticket): [repo] Issue templates, new (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # No ticket: issue templates ## What changed? * add issue template config and bug report template ## Release notes draft ## Anything else? ping {names} --- .github/ISSUE_TEMPLATES/bug-report.yml | 29 ++++++++++++++++++++++++++ .github/ISSUE_TEMPLATES/config.yml | 13 ++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATES/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATES/config.yml diff --git a/.github/ISSUE_TEMPLATES/bug-report.yml b/.github/ISSUE_TEMPLATES/bug-report.yml new file mode 100644 index 000000000..0dc766b4e --- /dev/null +++ b/.github/ISSUE_TEMPLATES/bug-report.yml @@ -0,0 +1,29 @@ +name: 🖍️ Incorrect documentation report +description: Something is wrong or missing from the docs. +labels: + - 'bug:unverified' +body: + - type: markdown + attributes: + value: | + Thank you for helping improve the BigCommerce DevDocs! + + ## Tell us what's missing! + + - type: input + attributes: + label: What is the link to the page that needs updating? Provide multiple links if needed. + validations: + required: true + - type: textarea + attributes: + label: What needs to be documented? + description: A concise description of what you expect to see here. + validations: + required: true + - type: textarea + attributes: + label: What is currently documented? + description: A concise description of what you're actually seeing. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATES/config.yml b/.github/ISSUE_TEMPLATES/config.yml new file mode 100644 index 000000000..21c4f53a0 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/config.yml @@ -0,0 +1,13 @@ +blank_issues_enabled: false +contact_links: + - name: Get BigCommerce help + url: https://support.bigcommerce.com/s/contact + about: + If you need to file a BigCommerce bug report or platform outage, contact our Support team. Contact information is in the store control panel. Partners, please use your Partner Portal to open a case. + - name: Docs + DevCenter feature request + url: https://github.com/bigcommerce/docs/discussions/new?category=ideas-feature-requests + about: + We appreciate you taking the time to improve our docs! Meet us in Discussions to talk further about your feature request. + - name: 💬 BigCommerce community + url: https://developer.bigcommerce.com/community + about: Meet and chat with other people building with BigCommerce.