Skip to content

Commit 011ffdb

Browse files
authored
Create pull_request_template.md
1 parent 72373ec commit 011ffdb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/pull_request_template.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
other_pr_production link
15+
other_pr_master link
16+
Todos
17+
Tests
18+
Documentation
19+
20+
## Deploy Notes
21+
Notes regarding deployment the contained body of work. These should note any db migrations, etc.
22+
23+
## Steps to Test or Reproduce
24+
Outline the steps to test or reproduce the PR here.
25+
26+
git pull --prune
27+
git checkout <feature_branch>
28+
29+
## Impacted Areas in Application
30+
Small description about what will be changed in the app if this PR will be merged
31+
32+
## List general components of the application that this PR will affect:
33+
The direct changes inside the app made by this PR

0 commit comments

Comments
 (0)