Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(no ticket): [repo] Issue templates, new #3

Merged
merged 3 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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
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 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.
Loading