aboutsummaryrefslogtreecommitdiff
path: root/node_modules/superagent/Contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/superagent/Contributing.md')
-rw-r--r--node_modules/superagent/Contributing.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/superagent/Contributing.md b/node_modules/superagent/Contributing.md
new file mode 100644
index 0000000..1eca592
--- /dev/null
+++ b/node_modules/superagent/Contributing.md
@@ -0,0 +1,7 @@
+When submitting a PR, your chance of acceptance increases if you do the following:
+
+* Code style is consistent with existing in the file.
+* Tests are passing (client and server).
+* You add a test for the failing issue you are fixing.
+* Code changes are focused on the area of discussion.
+* Do not rebuild the distribution files or increment version numbers.