Skip to content

Commit

Permalink
Merge 5f73a67 into 8c8fb8d
Browse files Browse the repository at this point in the history
  • Loading branch information
mcherryleigh committed Jan 11, 2019
2 parents 8c8fb8d + 5f73a67 commit d6f862f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Status
**READY/IN DEVELOPMENT/HOLD**

## Description
A few sentences describing the overall goals of the pull request's commits.

## Todos
- [ ] Tests
- [ ] Documentation


## Deploy Notes
Notes regarding deployment the contained body of work. These should make note of any change regarding the pipeline in Travis or how we handle deploys to NPM or Github or the publishing of documentation to Github Pages.

## 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
```

## Impacted Areas in Application
List general components of the application that this PR will affect:

0 comments on commit d6f862f

Please sign in to comment.