Skip to content

Commit 5e5c029

Browse files
authored
Merge pull request #837 from puppetlabs/CONT-990-tools_Pull_Requests_template
(CONT-990) - Adding Community Pull Requests template for tools
2 parents 8772182 + a30e6fc commit 5e5c029

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
1-
<!--
2-
BEFORE YOU CREATE A PULL REQUEST:
1+
## Summary
2+
Provide a detailed description of all the changes present in this pull request.
33

4-
Ensure you have read over
4+
## Additional Context
5+
Add any additional context about the problem here.
6+
- [ ] Root cause and the steps to reproduce. (If applicable)
7+
- [ ] Thought process behind the implementation.
58

6-
CONTRIBUTING - https://github.com/puppetlabs/puppet-vscode/blob/master/CONTRIBUTING.md
9+
## Related Issues (if any)
10+
Mention any related issues or pull requests.
711

8-
and
9-
10-
CODE_OF_CONDUCT - https://github.com/puppetlabs/puppet-vscode/blob/master/CODE_OF_CONDUCT.md
11-
12-
We provide defined guidance (as such, we strongly adhere to it).
13-
14-
A summary of our expectations:
15-
- You are not submitting a pull request from your MASTER branch.
16-
- 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.
17-
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
18-
19-
THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.
20-
21-
DELETE EVERYTHING IN THIS COMMENT BLOCK
22-
-->
12+
## Checklist
13+
- [ ] 🟢 Spec tests.
14+
- [ ] 🟢 Acceptance tests.
15+
- [ ] Manually verified.

0 commit comments

Comments
 (0)