From: Daniel Stenberg Date: Mon, 2 Mar 2015 23:38:41 +0000 (+0100) Subject: CONTRIBUTING.md: file for advice on github X-Git-Tag: curl-7_42_0~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a318e04419e99f816ffcc6ffda59ae8a85d9b7e3;p=thirdparty%2Fcurl.git CONTRIBUTING.md: file for advice on github --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..050428057f --- /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! +