Skip to content

Commit e2f464c

Browse files
committed
Created PR Template
1 parent 03493ee commit e2f464c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
**IMPORTANT: Please do not create a Pull Request without creating an issue first.**
2+
3+
*Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.*
4+
5+
**Closing issues**
6+
* [ ] `closes #XXXX` Auto-close the issue that your PR fixes (if such).
7+
8+
### All Submissions:
9+
10+
* [ ] Have you followed the guidelines in our Contributing document?
11+
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
12+
13+
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
14+
15+
### New Feature Submissions:
16+
17+
1. [ ] Does your submission pass tests?
18+
2. [ ] Have you lint your code locally prior to submission?
19+
20+
### Changes to Core Features:
21+
22+
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
23+
* [ ] Have you written new tests for your core changes, as applicable?
24+
* [ ] Have you successfully ran tests with your changes locally?

0 commit comments

Comments
 (0)