aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-03-03 00:38:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-03-03 00:38:41 +0100
commita318e04419e99f816ffcc6ffda59ae8a85d9b7e3 (patch)
tree0da5696024f467236518df851d9d53c87ee42738
parent1cb227c1f1c3bd65779aa1cb2c4a0c4cbff4d5ea (diff)
CONTRIBUTING.md: file for advice on github
-rw-r--r--CONTRIBUTING.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000000000..050428057
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,27 @@
+How to contribute to curl
+=========================
+
+Join the community
+------------------
+
+ 1. Click 'watch' on the github repo
+
+ 2. Subscribe to the suitable [mailing lists](http://curl.haxx.se/mail/)
+
+Read [docs/CONTRIBUTE](docs/CONTRIBUTE)
+---------------------------------------
+
+Send your suggestions using one of these methods:
+-------------------------------------------------
+
+ 1. in a mail to the mailing list
+
+ 2. in the [bug tracker](https://sourceforge.net/p/curl/bugs/)
+
+ 3. as a pull request on github
+
+ 4. as an issue on github
+
+
+/ The cURL team!
+