-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from puppetlabs/CONT-990-Pull_Requests_template
pdksync - (CONT-990) - Adding Community Pull Requests template
- Loading branch information
Showing
1 changed file
with
12 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`) |