aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-02-18 11:52:25 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-02-18 11:52:25 +0100
commit4c6ca527b01bb3e5db3364a5fa036a228fa12e52 (patch)
tree9ce8f385095635aba32a83f897217c98ae58bdaa /.github
parent091dee86316d51bdd428b13dbaf159fe88358d93 (diff)
CONTRIBUTING.md: move into .github
To hide github specific files somewhat from the rest.
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
new file mode 100644
index 000000000..33d5cae37
--- /dev/null
+++ b/.github/CONTRIBUTING.md
@@ -0,0 +1,25 @@
+How to contribute to curl
+=========================
+
+Join the community
+------------------
+
+ 1. Click 'watch' on the github repo
+
+ 2. Subscribe to the suitable [mailing lists](https://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. as a pull request on github
+
+ 3. as an issue on github
+
+
+/ The cURL team!
+