You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTE.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,17 @@
2
2
Contribute
3
3
==========
4
4
5
+
We do our best to accept all PRs that help advance the project.
6
+
Thanks for your contributions!
7
+
8
+
## Process
9
+
5
10
1) Open a Pull Request against the `dev` branch
6
11
2) Ensure all tests pass in the PR with TravisCI (and hopefully you added a few tests too?)
7
12
3) Wait for review and discussion. Do poke us if a few days elapse to remind us.
8
13
4) Your code will be merged if accepted!
9
14
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