Skip to content

Commit 45a69a3

Browse files
authored
Merge pull request #87 from chocolatey-community/repo-sync/github/default
(maint) synced file(s) with chocolatey/.github
2 parents 2183218 + 6a706d8 commit 45a69a3

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
<!--
22
BEFORE YOU CREATE A PULL REQUEST:
33
4-
Ensure you have read over [CONTRIBUTING.md](./CONTRIBUTING.md). We provide VERY defined guidance (as such, we strongly adhere to it).
4+
Ensure you have read over [CONTRIBUTING.md](https://github.com/chocolatey/choco/blob/develop/CONTRIBUTING.md). We provide VERY defined guidance (as such, we strongly adhere to it).
55
66
A summary of our expectations:
77
- You are not submitting a pull request from your MASTER / MAIN branch.
88
- You are able to sign the Contributor License Agreement (CLA).
99
- YOUR GIT COMMIT MESSAGE FORMAT IS EXTREMELY IMPORTANT. We have a very defined expectation for this format and are sticklers about it. Really, READ the entire Contributing document. It will save you and us pain.
1010
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
11+
- You have read and can confirm the completion of the [Definition of Done](https://github.com/chocolatey/home/blob/main/definition-of-done.md).
1112
1213
THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.
1314
@@ -57,6 +58,7 @@ Please remove all comments before submitting.
5758
* [ ] Tests to cover my changes, have been added.
5859
* [ ] All new and existing tests passed?
5960
* [ ] PowerShell code changes: PowerShell v3 compatibility checked?
61+
* [ ] All items are complete on the [Definition of Done](https://github.com/chocolatey/home/blob/main/definition-of-done.md).
6062

6163
## Related Issue
6264
<!-- Make sure you have raised an issue for this pull request before

0 commit comments

Comments
 (0)