Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Summary
{Include information about what is being done in this merge and why. This should be easy to read.}

## PR - Merge Checklist:
- [ ] CR'd
- [ ] Workflow: Title has [semver](http://semver.org/) bump level defined (#major, #minor, or #patch)
- [ ] Non Workflow: Version file has been updated
- [ ] Non Workflow: Changelog file has been updated
- [ ] README updated or N/A
- [ ] Dependencies satisfied or N/A {db-schema,upstream repos,chef,config,hardware,ops - Add bullet points with links to corresponding PRs/tickets}
- [ ] Acceptance criteria verified by QE
- [ ] Fully tested and approved by QE

## Custom Repo Checklist:
- [ ] Replace this with repo specific checks

## Dependencies:
- [ ] {db-schema/db,upstream repos —> integration - Add bullet points with links to corresponding PRs/tickets}

## Risks:
{Risks that are associated with this merge. Things that it could possibly take down in production if released.}
{NOTE: There is always some sort of Risk, don't leave this section blank!}

## Rollback:
{How do you roll this back if it fails?}