Skip to content

Commit

Permalink
add issue and pull request templates (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
gemfarmer authored and gboone committed Oct 19, 2016
1 parent 7c34dc7 commit b7cac16
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
## Expected Behavior


## Actual Behavior


## Steps to reproduce the behavior
- [ ]
- [ ]
- [ ]

## This is issue is done when:
- [ ]
- [ ]
- [ ]
12 changes: 12 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
Fixes issue(s) # .

[![CircleCI](https://circleci.com/gh/18F/18f.gsa.gov/tree/BRANCH_NAME.svg?style=svg)](https://circleci.com/gh/18F/18f.gsa.gov/tree/BRANCH_NAME)

[:sunglasses: PREVIEW](https://federalist.18f.gov/preview/18F/18f.gsa.gov/BRANCH_NAME/)

Changes proposed in this pull request:
-
-
-

/cc relevant people

0 comments on commit b7cac16

Please sign in to comment.