A few sentences describing the overall goals of the pull request's commits.
Links to stories go here.
- This changed
- That changed
- etc.
Outline the steps to test or reproduce the PR here.
git pull --prune
git checkout <feature_branch>
bundle; script/server
List general components of the application that this PR will affect.
- Login.
- Signup.
- Forgot Password.
YES | NO
List related PRs against other branches
branch | PR |
---|---|
other_pr_production | link |
other_pr_master | link |
- Tests
- Documentation
Notes regarding deployment the contained body of work. These should note any db migrations, etc.
If it's a work in progress task, add a short description for the reasons of that state.