Skip to content

Commit

Permalink
add some templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Riehl committed Dec 27, 2023
1 parent 7fb4d71 commit d947028
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATES/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 🖍️ Incorrect Documentation Report
description: Something is wrong or missing within the Docs.
labels:
- 'bug:unverified'
body:
- type: markdown
attributes:
value: |
Thank you for helping to improve the Developer Documentation!
## Tell us what's missing!
- type: input
attributes:
label: What is the link to the documentation needing updated?
validations:
required: true
- type: textarea
attributes:
label: What needs to be documented?
description: A concise description of what you expected 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
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATES/config.yml
Original file line number Diff line number Diff line change
@@ -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 our platform outage, utilize our traditional Support Team. Partners, please use your Partner Portal to open a case.
- name: Documentation + 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 Documentation with your ideas! 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 on BigCommerce.

0 comments on commit d947028

Please sign in to comment.