From 3c9ef191bc5ddc883f6d70f661b8e7259f9289e1 Mon Sep 17 00:00:00 2001 From: sgopsbot Date: Fri, 19 Feb 2016 16:15:49 -0800 Subject: [PATCH] Adding the template file --- PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..69e42ea --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -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?}