Skip to content

Commit d196f55

Browse files
authored
Merge pull request #401 from CraveFood/github-templates
Template for pull requests
2 parents 3ffd938 + 012bbd6 commit d196f55

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Closes Issues
2+
3+
* Closes #xxx
4+
5+
## Code review checklist
6+
7+
### Reviewer 1
8+
9+
* [ ] Functions properly
10+
* [ ] Good readability, clarity and overall quality
11+
* [ ] Has tests
12+
* [ ] Has docs
13+
14+
### Reviewer 2
15+
16+
* [ ] Functions properly
17+
* [ ] Good readability, clarity and overall quality
18+
* [ ] Has tests
19+
* [ ] Has docs

0 commit comments

Comments
 (0)