From a318e04419e99f816ffcc6ffda59ae8a85d9b7e3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Mar 2015 00:38:41 +0100 Subject: [PATCH] CONTRIBUTING.md: file for advice on github --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CONTRIBUTING.md 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! +