Skip to content

Commit 0c63aa4

Browse files
committed
build: expand issue templates
1 parent 11706c3 commit 0c63aa4

3 files changed

Lines changed: 55 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Description
2+
<!-- Provide a quick overview of the bug or feature. -->
3+
4+
<!-- ### Expected behavior -->
5+
6+
<!-- ### Steps to reproduce -->
7+
8+
### Acceptance criteria
9+
- [ ] Verify that users can X Y Z
10+
11+
### Assumptions and questions, context, version information
12+
<!-- Please do not post sensitive information, we are not liable. -->
13+
<!-- Append a sanitized log/demo/screenshot/animated GIF of the problem. -->
14+
<!-- Package.json version, tag, or git commit information. -->
15+
...
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
## Description
8+
<!-- Provide a quick overview of the issue being raised. -->
9+
10+
### Expected behavior
11+
<!-- Describe the expected behavior for the program. -->
12+
...
13+
14+
#### Steps to reproduce
15+
<!-- List clear steps to reproduce the bug. -->
16+
1.
17+
2.
18+
19+
### Additional context, version info
20+
<!-- Please do not post sensitive information, we are not liable. -->
21+
<!-- Append a sanitized log/demo/screenshot/animated GIF of the problem. -->
22+
<!-- Package.json version, tag, or git commit information. -->
23+
...
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
## Description
8+
<!-- Provide a quick overview of the feature -->
9+
As user X, I want Y to happen so that Z.
10+
11+
## Acceptance criteria
12+
- [ ] Verify that users can X Y Z
13+
14+
## Assumptions and questions
15+
<!-- Add any other context. -->
16+
...
17+

0 commit comments

Comments
 (0)