Skip to content

Commit 985e9d6

Browse files
committed
Docs: Updating CONTRIBUTE.md with Reasons for PR Rejection
1 parent 591429b commit 985e9d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTE.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22
Contribute
33
==========
44

5+
We do our best to accept all PRs that help advance the project.
6+
Thanks for your contributions!
7+
8+
## Process
9+
510
1) Open a Pull Request against the `dev` branch
611
2) Ensure all tests pass in the PR with TravisCI (and hopefully you added a few tests too?)
712
3) Wait for review and discussion. Do poke us if a few days elapse to remind us.
813
4) Your code will be merged if accepted!
914

15+
## Reasons for PR Rejection
16+
17+
a) PR not created against `dev` branch ([Here's How](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github#create-pull-request))
18+
b) Tests are failing according to TravisCI on supported Node versions

0 commit comments

Comments
 (0)