-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sarah Riehl
committed
Dec 27, 2023
1 parent
7fb4d71
commit d947028
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |