Skip to content

Commit

Permalink
.github: improve issue templates
Browse files Browse the repository at this point in the history
Disable the blank issue template, add C-{bug,enhancement,question}
labels depending on the issue type, and suggest the community forum and
enterprise support as alternatives to consult.

Release note: None
  • Loading branch information
tbg committed Jan 13, 2021
1 parent 70d2bfe commit 8bb2ad4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: Bug or crash report
about: Report unexpected behavior to help us improve

name: 'Bug or crash report'
title: ''
about: 'Report unexpected behavior to help us improve'
labels: 'C-bug'
assignees: ''
---

**Describe the problem**
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: CockroachDB Community Forum
url: https://forum.cockroachlabs.com/
about: "For general questions about CockroachDB"
- name: Enterprise Support
url: https://support.cockroachlabs.com
about: "Enterprise Support"
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project

name: 'Feature request'
title: ''
about: 'Suggest an idea for this project'
labels: 'C-enhancement'
assignees: ''
---

**Is your feature request related to a problem? Please describe.**
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/performance-inquiry.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
name: Performance inquiry
about: You have a question about CockroachDB's performance and it is not a bug or
a feature request
name: 'Performance inquiry'
title: ''
about: 'You have a question about CockroachDB's performance and it is not a bug or a feature request'
labels: 'C-question'

---

Expand Down

0 comments on commit 8bb2ad4

Please sign in to comment.