Skip to content

Commit ef0400f

Browse files
authored
Create pull_request_template.md
1 parent c746cbf commit ef0400f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### New Feature Submissions:
2+
3+
1. [ ] Does your submission pass tests?
4+
2. [ ] Have you lint your code locally prior to submission?
5+
3. [ ] Have you added all necessary documentation in Rust/Python stub code?
6+
7+
### Changes to Core Features:
8+
9+
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
10+
* [ ] Have you written new tests for your core changes, as applicable?
11+
* [ ] Have you successfully ran tests with your changes locally?

0 commit comments

Comments
 (0)