Skip to content

Commit 66c21cc

Browse files
authored
Merge pull request #10 from uswds/al-issue-template
USWDS-Tutorial: Use new Github issue templates
2 parents 04d1b55 + 2c13444 commit 66c21cc

2 files changed

Lines changed: 130 additions & 0 deletions

File tree

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
name: Bug Report 🐞
2+
description: Report a bug and help improve our tutorial.
3+
title: "USWDS-Tutorial - Bug: [YOUR TITLE]"
4+
labels: ['Type: Bug','Status: Triage','Needs: Confirmation']
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: Describe the bug
10+
description: Add a clear and concise description of the bug. Let us know if it impacts major or minor functionality and if you have workaround.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: reproduce
15+
attributes:
16+
label: Steps to reproduce the bug
17+
description: Describe how to reproduce this issue.
18+
placeholder: |
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error...
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: expectation
27+
attributes:
28+
label: Expected Behavior
29+
description: Add a clear and concise description of what you expected to happen.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: code
34+
attributes:
35+
label: Related code
36+
description: If available, include relevant code snippets or a link to a demo of the bug.
37+
validations:
38+
required: false
39+
- type: textarea
40+
id: screenshots
41+
attributes:
42+
label: Screenshots
43+
description: Add screenshots to help provide context, if applicable.
44+
validations:
45+
required: false
46+
- type: textarea
47+
id: system
48+
attributes:
49+
label: System setup
50+
description: Provide your system details. Be sure to include your USWDS version, device, operating system, and browser (with version).
51+
placeholder: |
52+
- USWDS version:
53+
- Device:
54+
- Operating system:
55+
- Browser and version:
56+
validations:
57+
required: false
58+
- type: textarea
59+
id: context
60+
attributes:
61+
label: Additional context
62+
description: Add any other context about the problem.
63+
validations:
64+
required: false
65+
- type: checkboxes
66+
id: terms
67+
attributes:
68+
label: Code of Conduct
69+
description: Please confirm the following
70+
options:
71+
- label:
72+
I agree to follow this project's [Code of
73+
Conduct](https://designsystem.digital.gov/about/community/#community-conduct).
74+
required: true
75+
- label:
76+
I checked the [current
77+
issues](https://github.com/uswds/uswds-tutorial/issues) for
78+
duplicate bug reports.
79+
required: true
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: Tutorial Feature Request 💡
2+
description: Suggest a new idea for our tutorial.
3+
title: 'USWDS-Tutorial - Feature: [YOUR TITLE]'
4+
labels: ['Type: Feature Request','Status: Triage']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: '## Feature Request 💡'
9+
- type: textarea
10+
id: problem
11+
attributes:
12+
label: Is your feature request related to a problem? Please describe.
13+
description: "Provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: solution
18+
attributes:
19+
label: "Describe the solution you'd like"
20+
description: "Provide a clear and concise description of what you want to happen."
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternatives
25+
attributes:
26+
label: "Describe alternatives you've considered"
27+
description: "Provide a clear and concise description of any alternative solutions or features you've considered."
28+
validations:
29+
required: false
30+
- type: textarea
31+
id: context
32+
attributes:
33+
label: Additional context
34+
description: "Add any other context or screenshots about the feature request."
35+
validations:
36+
required: false
37+
- type: checkboxes
38+
id: terms
39+
attributes:
40+
label: Code of Conduct
41+
description: Please confirm the following
42+
options:
43+
- label:
44+
I agree to follow this project's [Code of
45+
Conduct](https://designsystem.digital.gov/about/community/#community-conduct).
46+
required: true
47+
- label:
48+
I checked the [current
49+
issues](https://github.com/uswds/uswds-tutorial/issues) for
50+
duplicate feature requests.
51+
required: true

0 commit comments

Comments
 (0)