Last active
August 29, 2015 14:12
-
-
Save hcopperm/9670e6d85c2c781e2430 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{TICKET}: Short description | |
## Status | |
**READY/IN DEVELOPMENT/HOLD** | |
## Migrations | |
YES | NO | |
## Description | |
A few sentences describing the overall goals of the pull request's commits. | |
## Related PRs | |
List related PRs against other branches: | |
branch | PR | |
------ | ------ | |
other_pr_production | [link]() | |
other_pr_master | [link]() | |
## Todos | |
- [ ] Tests | |
- [ ] Documentation | |
## 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. | |
## Impacted Areas in Application | |
List general components of the application that this PR will affect: | |
* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment