Skip to content

Commit 12102a5

Browse files
GnikDroytstreamDOTh
authored andcommitted
Added pull request template (#138)
1 parent d850a59 commit 12102a5

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
IMPORTANT: Please do not create a Pull Request without creating an issue first.
2+
3+
Any change needs to be discussed before proceeding.
4+
5+
## Description
6+
Please describe what changes you have made.
7+
8+
For Example:
9+
10+
* Added a file(s) named '...' that implements '...'.
11+
12+
* Changed the algorithm for performance/readablity/bugs.
13+
14+
* Added documentation to the algorithm
15+
16+
17+
## Related Issue
18+
19+
This project only accepts pull requests related to open issues.
20+
21+
If suggesting a new feature or change, please discuss it in an issue first.
22+
23+
If fixing a bug, there should be an issue describing it with steps to reproduce.
24+
25+
Please link to the issue here:
26+
27+
## How Has This Been Tested? (Optional)
28+
29+
Please describe in detail how you tested your changes.
30+
You can skip this if you have not added any tests.
31+
32+
## Screenshots (Optional)
33+
34+
## Types of changes
35+
36+
What types of changes does your code introduce? Put an `x` in all the boxes that apply:
37+
38+
- [ ] Bug fix (change which fixes an issue with the algorithm)
39+
40+
- [ ] New Algorithm (non-breaking change which adds functionality)
41+
42+
- [ ] Documentation
43+
44+
## Checklist:
45+
Go over all the following points, and put an `x` in all the boxes that apply.
46+
47+
If you're unsure about any of these, don't hesitate to ask. We're here to help!
48+
49+
- [ ] My code follows the code style of this project.
50+
51+
- [ ] My change requires a change to the documentation.
52+
53+
- [ ] I have updated the documentation accordingly.
54+
55+
- [ ] I have read the **CONTRIBUTING** document.
56+

0 commit comments

Comments
 (0)