Skip to content

Commit 5202fae

Browse files
Create pull_request_template.md
1 parent 9cd5bb5 commit 5202fae

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Type of change
2+
3+
- [ ] Added new project
4+
- [ ] Bug fix
5+
- [ ] New features
6+
- [ ] Enhanced documentation
7+
8+
# Changes proposed in this pull request
9+
10+
* ### Project name :
11+
12+
13+
* ### Short description :
14+
15+
## Checklist
16+
17+
- [ ] The code is Python 3 compatible
18+
- [ ] I have added relevant comments in my file to make code understandable
19+
- [ ] I have added my project in a folder which includes all the necessary files

0 commit comments

Comments
 (0)