Skip to content

Commit

Permalink
Merge pull request #9 from mcherryleigh/mcherryleigh-patch-2
Browse files Browse the repository at this point in the history
fix(docs): add PR template to repo
  • Loading branch information
mcherryleigh committed Jan 11, 2019
2 parents 9298b11 + 5f73a67 commit 29fbbd1
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 29fbbd1

Please sign in to comment.