Skip to content

Commit 1cc5389

Browse files
authored
Define a pr template to encourage thorough pr descriptions (#73)
* Define a pr template to encourage thorough pr descriptions * Move the PR template to be under .github dir
1 parent 08227d1 commit 1cc5389

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## What type of PR is this? (check all applicable)
2+
3+
- [ ] Refactor
4+
- [ ] Feature
5+
- [ ] Bug Fix
6+
- [ ] Optimization
7+
- [ ] Documentation Update
8+
9+
## Description
10+
_A brief description of the work covered in this change._
11+
12+
## Notes to Reviewer
13+
_If there is a particular part of the code that you need the reviewer to examine closely (e.g. some logic you are not sure about), please specify here._
14+
15+
## How to test
16+
_Please replace this line with instructions on how to test your changes. Use screenshots or recordings if necessary._
17+
18+
## Link to issues addressed
19+
- [ISSUE-XYZ](https://github.com/CodelyTV/pr-size-labeler/issues/XYZ)
20+
- [ISSUE-XYZ](https://github.com/CodelyTV/pr-size-labeler/issues/XYZ)

0 commit comments

Comments
 (0)