diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 00:38:41 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 00:38:41 +0100 |
commit | a318e04419e99f816ffcc6ffda59ae8a85d9b7e3 (patch) | |
tree | 0da5696024f467236518df851d9d53c87ee42738 /CONTRIBUTING.md | |
parent | 1cb227c1f1c3bd65779aa1cb2c4a0c4cbff4d5ea (diff) | |
download | curl-a318e04419e99f816ffcc6ffda59ae8a85d9b7e3.tar.gz |
CONTRIBUTING.md: file for advice on github
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 27 |
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! + |