diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-02-18 11:52:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-02-18 11:52:25 +0100 |
commit | 4c6ca527b01bb3e5db3364a5fa036a228fa12e52 (patch) | |
tree | 9ce8f385095635aba32a83f897217c98ae58bdaa /.github | |
parent | 091dee86316d51bdd428b13dbaf159fe88358d93 (diff) | |
download | curl-4c6ca527b01bb3e5db3364a5fa036a228fa12e52.tar.gz |
CONTRIBUTING.md: move into .github
To hide github specific files somewhat from the rest.
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 25 |
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! + |