Skip to content

Commit 6b59beb

Browse files
Create pull_request_template.md
1 parent fe1c279 commit 6b59beb

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

pull_request_template.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
## Status
2+
**READY/IN DEVELOPMENT/HOLD**
3+
4+
## Migrations
5+
YES | NO
6+
7+
## Description
8+
A few sentences describing the overall goals of the pull request's commits.
9+
10+
## Related PRs
11+
List related PRs against other branches:
12+
13+
branch | PR
14+
------ | ------
15+
other_pr_production | [link]()
16+
other_pr_master | [link]()
17+
18+
19+
## Todos
20+
- [ ] Tests
21+
- [ ] Documentation
22+
23+
24+
## Deploy Notes
25+
Notes regarding deployment the contained body of work. These should note any
26+
db migrations, etc.
27+
28+
## Steps to Test or Reproduce
29+
Outline the steps to test or reproduce the PR here.
30+
31+
```sh
32+
git pull --prune
33+
git checkout <feature_branch>
34+
bundle; script/server
35+
```
36+
37+
1.
38+
39+
## Impacted Areas in Application
40+
List general components of the application that this PR will affect:
41+
42+
*

0 commit comments

Comments
 (0)