Skip to content

Commit 6470495

Browse files
committed
Add PR templates
1 parent 89fca5d commit 6470495

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
<!-- Please include a summary of the change and which issue is fixed. Please provide the motivation for why this change is necessary at this stage of the product development cycle. -->
4+
5+
## Related PRs
6+
7+
<!-- List related PRs against other branches: `other_pr_production` | [link]() -->
8+
9+
10+
11+
## Checks
12+
- [ ] Tests were run locally
13+
- [ ] Please identify two developers to review this change
14+
- [ ] Linting was done locally
15+
- [ ] Code and unit of code written has an associated test
16+
- [ ] If readme needs to be updated to reflect this unit of work
17+
18+
19+
## Impacted Areas in Application
20+
List general components of the application that this PR will affect:
21+
22+
*

pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Smart commit
2+
```sh
3+
git commit -m “[jiraProjectName]-[number]”
4+
```
5+
6+
## Status
7+
Use github labels:
8+
`WIP or Draft`, `Feedback requested`, `Ready for review`
9+
10+
## Description
11+
Please include a summary of the change and which issue is fixed. Please provide the motivation for why this change is necessary at this stage of the product development cycle.
12+
13+
## Related PRs
14+
>List related PRs against other branches: `other_pr_production` | [link]()
15+
16+
17+
18+
## Checks
19+
- [ ] Tests were run locally
20+
- [ ] Please identify two developers to review this change
21+
- [ ] Linting was done locally
22+
- [ ] Code and unit of code written has an associated test
23+
- [ ] If readme needs to be updated to reflect this unit of work
24+
25+
26+
## Impacted Areas in Application
27+
List general components of the application that this PR will affect:
28+
29+
*

0 commit comments

Comments
 (0)