Skip to content

Commit 85e8aa7

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md (#304)
1 parent 7ce896e commit 85e8aa7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Thanks for contributing to react-split-pane!
2+
3+
**Before submitting a pull request,** please complete the following checklist:
4+
5+
- [ ] The existing test suites (`yarn test`) all pass
6+
- [ ] For any new features or bug fixes, both positive and negative test cases have been added
7+
- [ ] For any new features, documentation has been added
8+
- [ ] For any documentation changes, the text has been proofread and is clear to both experienced users and beginners.
9+
- [ ] Format your code with [prettier](https://github.com/prettier/prettier) (`npm run prettier`).
10+
11+
Here is a short checklist of additional things to keep in mind before submitting:
12+
* Please make sure your pull request description makes it very clear what you're trying to accomplish. If it's a bug fix, please also provide a failing test case (if possible). In either case, please add additional unit test coverage for your changes. :)
13+
* Be sure you have notifications setup so that you'll see my code review responses. (I may ask you to make some adjustments before merging.)

0 commit comments

Comments
 (0)