Skip to content

Commit 83e16ec

Browse files
authored
Add GitHub issue templates (#400)
1 parent 99517f7 commit 83e16ec

File tree

4 files changed

+109
-0
lines changed

4 files changed

+109
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Bug report
2+
description: Report a problem with this software or project
3+
type: Bug
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to fill out this bug report!
9+
10+
- type: textarea
11+
attributes:
12+
label: Describe the issue
13+
description: >-
14+
Please explain clearly and in detail what the issue is. What led up
15+
to it, or how did you encounter it?
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
attributes:
21+
label: How can the issue be reproduced?
22+
description: >-
23+
Explain in a step-by-step fashion what someone else would need to
24+
do in order to reproduce the issue. If possible, include literal
25+
examples of commands or code using [Markdown fenced code
26+
blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks).
27+
For long output, paste the text into [collapsed
28+
sections](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections)
29+
or attach text files.
30+
validations:
31+
required: false
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Feature request
2+
description: Request a new feature or change
3+
type: Enhancement
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to fill out this feature request form!
9+
10+
- type: textarea
11+
attributes:
12+
label: Is your feature request related to a use case or problem?
13+
description: >-
14+
Please tell us the context of your request. Is it to help you do
15+
something that you currently cannot due to limitations in the software,
16+
or is it an idea for an enhancement or new functionality, or something
17+
else?
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
attributes:
23+
label: What solution or approach do you envision?
24+
description: >-
25+
If you have ideas or preferences for the solution, you can let us know
26+
here. If you are aware of other similar or related work, please let us
27+
know about it here.
28+
validations:
29+
required: false
30+
31+
- type: dropdown
32+
attributes:
33+
label: How urgent is this for you?
34+
description: >-
35+
Please choose from among the following options. If the lack of this
36+
feature is blocking important work, please choose from among P0–P2.
37+
options:
38+
- P0 – needed no later than a week
39+
- P1 – needed by the next release
40+
- P2 – needed within two quarters
41+
- P3 – not blocked; it's an idea
42+
validations:
43+
required: false

.github/ISSUE_TEMPLATE/3-task.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Task
2+
description: Describe a task that needs to be done
3+
type: Task
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to fill out this feature request form!
9+
10+
- type: textarea
11+
attributes:
12+
label: What is the task?
13+
validations:
14+
required: true
15+
16+
- type: textarea
17+
attributes:
18+
label: (Optional) Do you have ideas or preferences for the approach?
19+
validations:
20+
required: false
21+
22+
- type: dropdown
23+
attributes:
24+
label: How urgent is this for you?
25+
description: >-
26+
Please choose from among the following options. If the lack of this
27+
feature is blocking important work, please choose from among P0–P2.
28+
options:
29+
- P0 – needed no later than a week
30+
- P1 – needed by the next release
31+
- P2 – needed within two quarters
32+
- P3 – not blocked; it's an idea
33+
validations:
34+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

0 commit comments

Comments
 (0)