Skip to content

Instantly share code, notes, and snippets.

@hcopperm
Last active August 29, 2015 14:06
Show Gist options
  • Save hcopperm/e2eba762b43132852ecc to your computer and use it in GitHub Desktop.
Save hcopperm/e2eba762b43132852ecc to your computer and use it in GitHub Desktop.
pull-request-template.md
**{TICKET}: Short Description**
## Status
**READY/IN DEVELOPMENT/HOLD**
## Description
A few sentences describing the overall goals of the pull request's commits.
## Todos
- [x] Checklist item describing completed technical detail
- [ ] Checklist item describing incomplete technical detail
## Deploy Notes
Notes regarding deployment the contained body of work. These should note any
db migrations, etc.
## Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.
```sh
git pull --prune
git checkout <feature_branch>
bundle; script/server
```
1. Go to a route
2. Click a thing
3. Profit!!!
## Impacted Areas in Application
List general components of the application that this PR will affect.
* OTP Registration
* Provisioning
* UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment