Skip to content

Commit 719eca1

Browse files
committed
(CONT-990) - Community Pull Requests template
1 parent c87d615 commit 719eca1

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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/puppetlabs-wsus_client/blob/main/CONTRIBUTING.md
9+
## Related Issues (if any)
10+
Mention any related issues or pull requests.
711

8-
We provide defined guidance (as such, we strongly adhere to it).
9-
10-
A summary of our expectations:
11-
- A ticket was created at https://tickets.puppetlabs.com/secure/CreateIssueDetails!init.jspa?pid=10707&issuetype=1&components=14205&summary=%5BWSUS_CLIENT%5D%20, or you have an existing ticket #
12-
- You are not submitting a pull request from your MAIN branch.
13-
- The first line of your git commit message has the ticket # and a short summary of the fix, followed by a detailed explanation of the fix in the git commit body.
14-
- Your git commit message format is important. We have a very defined expectation for this format and are keep to it. Really, READ the entire Contributing document. It will save you and us time.
15-
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
16-
17-
THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.
18-
19-
DELETE EVERYTHING IN THIS COMMENT BLOCK
20-
-->
12+
## Checklist
13+
- [ ] 🟢 Spec tests.
14+
- [ ] 🟢 Acceptance tests.
15+
- [ ] Manually verified. (For example `puppet apply`)

0 commit comments

Comments
 (0)