Skip to content

Commit 00281e6

Browse files
authored
Merge pull request #51 from sudo-adduser-jordan/main
Add: Prerequisites Checklist
2 parents bb8a340 + 1dfbe7c commit 00281e6

File tree

3 files changed

+44
-11
lines changed

3 files changed

+44
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: Bug Report
22
description: Create a bug report to help us improve
3-
title: "[BUG]: "
3+
title: '[BUG]: '
44
labels:
5-
- "bug"
5+
- 'bug'
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thanks for taking the time to fill out this bug report!
10+
Thanks for taking the time to submit this feature request!
11+
12+
Please answer the following questions before submitting an issue.
13+
14+
- [ ] I am running the latest version
15+
- [ ] I checked the documentation and found no answer
16+
- [ ] I checked to make sure that this issue has not already been filed
17+
1118
- type: textarea
1219
id: description
1320
attributes:
@@ -16,6 +23,7 @@ body:
1623
placeholder: Try to describe what happened...
1724
validations:
1825
required: true
26+
1927
- type: textarea
2028
id: reproduce
2129
attributes:
@@ -28,6 +36,7 @@ body:
2836
...
2937
validations:
3038
required: true
39+
3140
- type: textarea
3241
id: expected
3342
attributes:
@@ -36,6 +45,7 @@ body:
3645
placeholder: What should normally happen when steps are taken
3746
validations:
3847
required: true
48+
3949
- type: textarea
4050
id: actual
4151
attributes:
@@ -44,6 +54,7 @@ body:
4454
placeholder: What actually happened when steps were taken instead of what should happen?
4555
validations:
4656
required: true
57+
4758
- type: dropdown
4859
id: os
4960
attributes:
@@ -57,6 +68,7 @@ body:
5768
- iPhone (iOS)
5869
validations:
5970
required: true
71+
6072
- type: dropdown
6173
id: browsers
6274
attributes:
@@ -67,17 +79,18 @@ body:
6779
- Chrome
6880
- Safari
6981
- Microsoft Edge
82+
7083
- type: textarea
7184
id: logs
7285
attributes:
7386
label: Relevant log output
7487
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
7588
render: bash
89+
7690
- type: checkboxes
7791
id: terms
7892
attributes:
7993
label: Code of Conduct
80-
# description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
8194
description: By submitting this issue, you agree to follow our [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
8295
options:
8396
- label: I agree to follow this project's Code of Conduct

.github/ISSUE_TEMPLATE/feature_request.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
name: Feature Request
22
description: Request a new feature for this project
3-
title: "[FEATURE]: "
3+
title: '[FEATURE]: '
44
labels:
5-
- "feature"
5+
- 'feature'
66
body:
77
- type: markdown
88
attributes:
99
value: |
1010
Thanks for taking the time to submit this feature request!
11+
12+
Please answer the following questions before submitting an issue.
13+
14+
- [ ] I am running the latest version
15+
- [ ] I checked the documentation and found no answer
16+
- [ ] I checked to make sure that this issue has not already been filed
17+
1118
- type: textarea
1219
id: summary
1320
attributes:
1421
label: Feature Summary
1522
description: A clear and concise description of the feature.
16-
placeholder: "Example: As a [user role], I want to [complete action] so that I can [achieve outcome]"
23+
placeholder: 'Example: As a [user role], I want to [complete action] so that I can [achieve outcome]'
1724
validations:
1825
required: true
26+
1927
- type: textarea
2028
id: acceptance
2129
attributes:
@@ -28,18 +36,21 @@ body:
2836
...
2937
validations:
3038
required: true
39+
3140
- type: textarea
3241
id: scenario
3342
attributes:
3443
label: Scenario
3544
description: Describe a scenario where this feature would be useful.
3645
placeholder: Under what circumstances would this feature be useful
46+
3747
- type: textarea
3848
id: context
3949
attributes:
4050
label: Any Additional Context
4151
description: Any other context or additional information.
4252
placeholder: Any other context or additional information you wish to share about the proposed feature...
53+
4354
- type: checkboxes
4455
id: terms
4556
attributes:

.github/ISSUE_TEMPLATE/task.yml

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
name: Task
22
description: Request a new task for this project
3-
title: "[TASK]: "
3+
title: '[TASK]: '
44
labels:
5-
- "task"
5+
- 'task'
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thanks for taking the time to submit this task request form!
10+
Thanks for taking the time to submit this feature request!
11+
12+
Please answer the following questions before submitting an issue.
13+
14+
- [ ] I am running the latest version
15+
- [ ] I checked the documentation and found no answer
16+
- [ ] I checked to make sure that this issue has not already been filed
17+
1118
- type: textarea
1219
id: summary
1320
attributes:
1421
label: Task Summary
1522
description: A brief description of what the task will accomplish.
16-
placeholder: "Example: Make [x] do [y]"
23+
placeholder: 'Example: Make [x] do [y]'
1724
validations:
1825
required: true
26+
1927
- type: textarea
2028
id: acceptance
2129
attributes:
@@ -26,6 +34,7 @@ body:
2634
...
2735
validations:
2836
required: true
37+
2938
- type: textarea
3039
id: context
3140
attributes:

0 commit comments

Comments
 (0)