Skip to content

Commit 7cf6b9b

Browse files
author
choco-sync
committed
(maint) synced local '.github/ISSUE_TEMPLATE/' with remote '.github/ISSUE_TEMPLATE/'
1 parent e175345 commit 7cf6b9b

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

.github/ISSUE_TEMPLATE/zFeatureRequest.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,27 @@ body:
4141
In your own words, please describe the solution and what you want to happen.
4242
validations:
4343
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.
4450
- type: textarea
4551
id: additional-context
4652
attributes:
4753
label: Additional Context
4854
description: |
4955
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.
62+
placeholder: |
63+
- [ ] Acceptance Criteria 1
64+
- [ ] Acceptance Criteria 2
5065
- type: textarea
5166
id: related-issues
5267
attributes:

.github/ISSUE_TEMPLATE/zReportIssue.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ body:
6464
4. etc.
6565
validations:
6666
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.
6773
- type: textarea
6874
id: system-details
6975
attributes:
@@ -120,4 +126,24 @@ body:
120126
attributes:
121127
label: Additional Context
122128
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.
145+
placeholder: |
146+
- Issue #
147+
- Issue #
148+
validations:
149+
required: false

0 commit comments

Comments
 (0)