Skip to content

Commit

Permalink
(CONT-990) - Community Pull Requests template
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez committed Jun 15, 2023
1 parent 7770dfa commit ef5a046
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-registry/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=11482&summary=%5BREGISTRY%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 ef5a046

Please sign in to comment.