Skip to content

Commit 9692cc2

Browse files
authored
housekeeping: structure GitHub issues via templates (#5025)
1 parent cf5d48b commit 9692cc2

File tree

5 files changed

+70
-9
lines changed

5 files changed

+70
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Bug Report
2+
description: Report a bug encountered while using Coder.
3+
labels: bug
4+
body:
5+
- type: textarea
6+
id: problem
7+
attributes:
8+
label: What happened?
9+
description: |
10+
Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
11+
If this matter is security related, please disclose it privately via https://coder.com/security
12+
validations:
13+
required: true
14+
15+
- type: textarea
16+
id: expected
17+
attributes:
18+
label: What did you expect to happen?
19+
validations:
20+
required: true
21+
22+
# - type: textarea
23+
# id: repro
24+
# attributes:
25+
# label: How can we reproduce it (as minimally and precisely as possible)?
26+
#
27+
# - type: textarea
28+
# id: additional
29+
# attributes:
30+
# label: Anything else we need to know?
31+
#
32+
# - type: textarea
33+
# id: coderVersion
34+
# attributes:
35+
# label: Coder version
36+
# value: |
37+
# ```console
38+
# $ coder version
39+
# # paste output here
40+
# ```

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Contact Sales
4+
url: https://coder.com/demo
5+
about: Request a demo of Coder Enterprise.
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Enhancement
2+
description: Provide supporting details to request development of a feature.
3+
labels: enhancement
4+
body:
5+
- type: textarea
6+
id: feature
7+
attributes:
8+
label: What would you like to be added?
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
id: rationale
14+
attributes:
15+
label: Why is this needed?

.github/ISSUE_TEMPLATE/external_bug_report.md

-9
This file was deleted.

.github/ISSUE_TEMPLATE/feedback.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Feedback
2+
description: Share your experience with us.
3+
labels: feedback
4+
body:
5+
- type: textarea
6+
id: feature
7+
attributes:
8+
label: What would you like share?
9+
validations:
10+
required: true

0 commit comments

Comments
 (0)