Skip to content

Commit

Permalink
Merge pull request #348 from puppetlabs/CONT-990-Pull_Requests_template
Browse files Browse the repository at this point in the history
pdksync - (CONT-990) - Adding Community Pull Requests template
  • Loading branch information
david22swan authored Jun 19, 2023
2 parents 9317cb5 + f95f356 commit dd97ff2
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<!--
BEFORE YOU CREATE A PULL REQUEST:
## Summary
Provide a detailed description of all the changes present in this pull request.

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

CONTRIBUTING - https://github.com/puppetlabs/puppetlabs-reboot/blob/main/CONTRIBUTING.md
## Related Issues (if any)
Mention any related issues or pull requests.

We provide defined guidance (as such, we strongly adhere to it).
A summary of our expectations:
- A ticket was created at https://tickets.puppetlabs.com/secure/CreateIssueDetails!init.jspa?pid=10707&issuetype=1&components=12016&summary=%5BREBOOT%5D%20, or you have an existing ticket #
- You are not submitting a pull request from your MAIN branch.
- 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.
- 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.
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
THANKS! We appreciate you reading the entire Contributing document and not just scanning through it.
DELETE EVERYTHING IN THIS COMMENT BLOCK
-->
## Checklist
- [ ] 🟢 Spec tests.
- [ ] 🟢 Acceptance tests.
- [ ] Manually verified. (For example `puppet apply`)

0 comments on commit dd97ff2

Please sign in to comment.