Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit 1c2670d

Browse files
committed
Adding pull request template
1 parent 4564228 commit 1c2670d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/pull_request_template.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Change description
2+
3+
> Description here
4+
5+
## Type of change
6+
- [ ] Bug fix (fixes an issue)
7+
- [ ] New feature (adds functionality)
8+
9+
## Related issues
10+
11+
> Fix [#1]()
12+
13+
## Checklists
14+
15+
### Development
16+
17+
- [ ] Lint rules pass locally
18+
- [ ] Application changes have been tested thoroughly
19+
- [ ] Automated tests covering modified code pass
20+
21+
### Security
22+
23+
- [ ] Security impact of change has been considered
24+
- [ ] Code follows company security practices and guidelines
25+
26+
### Code review
27+
28+
- [ ] Pull request has a descriptive title and context useful to a reviewer. Screenshots or screencasts are attached as necessary
29+
- [ ] "Ready for review" label attached and reviewers assigned
30+
- [ ] Changes have been reviewed by at least one other contributor
31+
- [ ] Pull request linked to task tracker where applicable

0 commit comments

Comments
 (0)