Skip to content

Commit 76da4bc

Browse files
committed
Add PR template
1 parent c6815a8 commit 76da4bc

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Description
2+
3+
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant context. List any dependencies that are required for this change. -->
4+
5+
# Issue Fixes
6+
7+
<!-- Fixes #(issue) if relevant-->
8+
9+
None
10+
11+
# Checklist:
12+
13+
- [ ] I am pushing changes to the **develop** branch
14+
- [ ] I am using the recommended development environment
15+
- [ ] I have performed a self-review of my own code
16+
- [ ] I have commented my code, particularly in hard-to-understand areas
17+
- [ ] I have formatted and linted my code using python-black and pylint
18+
- [ ] I have cleaned up unnecessary files
19+
- [ ] My changes generate no new warnings
20+
- [ ] My changes follow the existing code-style
21+
- [ ] My changes are relevant to the project
22+
23+
# Any other information (e.g how to test the changes)
24+
25+
None

0 commit comments

Comments
 (0)