You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/zFeatureRequest.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,27 @@ body:
41
41
In your own words, please describe the solution and what you want to happen.
42
42
validations:
43
43
required: true
44
+
- type: textarea
45
+
id: user-story
46
+
attributes:
47
+
label: User Story
48
+
description: |
49
+
Please formulate a [User Story](https://github.com/chocolatey/home/blob/main/user-story-and-acceptance-criteria.md#user-story) that describes the feature you want implemented.
44
50
- type: textarea
45
51
id: additional-context
46
52
attributes:
47
53
label: Additional Context
48
54
description: |
49
55
Please include any other information here that you feel may be relevant to the feature you want implemented that is not covered in the previous sections.
56
+
- type: textarea
57
+
id: acceptance-criteria
58
+
attributes:
59
+
label: Acceptance Criteria
60
+
description: |
61
+
Create [Acceptance Criteria](https://github.com/chocolatey/home/blob/main/user-story-and-acceptance-criteria.md#acceptance-criteria) for this feature request that satisfy the User Story above. Replace the placeholder checkboxes with your own.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/zReportIssue.yml
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,12 @@ body:
64
64
4. etc.
65
65
validations:
66
66
required: true
67
+
- type: textarea
68
+
id: user-story
69
+
attributes:
70
+
label: User Story
71
+
description: |
72
+
Please formulate a [User Story](https://github.com/chocolatey/home/blob/main/user-story-and-acceptance-criteria.md#user-story) that describes how you should be able to use Chocolatey to accomplish what you are trying to do.
67
73
- type: textarea
68
74
id: system-details
69
75
attributes:
@@ -120,4 +126,24 @@ body:
120
126
attributes:
121
127
label: Additional Context
122
128
description: |
123
-
Please include any other information here that you feel may be relevant to the problem you are seeing but is not covered in the previous sections.
129
+
Please include any other information here that you feel may be relevant to the problem you are seeing but is not covered in the previous sections.
130
+
- type: textarea
131
+
id: acceptance-criteria
132
+
attributes:
133
+
label: Acceptance Criteria
134
+
description: |
135
+
Create [Acceptance Criteria](https://github.com/chocolatey/home/blob/main/user-story-and-acceptance-criteria.md#acceptance-criteria) for this issue that satisfy the User Story above. Replace the placeholder checkboxes with your own.
136
+
placeholder: |
137
+
- [ ] Acceptance Criteria 1
138
+
- [ ] Acceptance Criteria 2
139
+
- type: textarea
140
+
id: related-issues
141
+
attributes:
142
+
label: Related Issues
143
+
description: |
144
+
Include any links to other issues that are related to this request.
0 commit comments