Skip to content

Commit

Permalink
issue tracking templates
Browse files Browse the repository at this point in the history
  • Loading branch information
wyli committed Mar 28, 2017
1 parent 02ff629 commit e05a727
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
File renamed without changes.
42 changes: 42 additions & 0 deletions .gitlab/merge_request_templates/Pull_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## 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:

*

0 comments on commit e05a727

Please sign in to comment.