From 4c6ca527b01bb3e5db3364a5fa036a228fa12e52 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 18 Feb 2016 11:52:25 +0100 Subject: CONTRIBUTING.md: move into .github To hide github specific files somewhat from the rest. --- .github/CONTRIBUTING.md | 25 +++++++++++++++++++++++++ CONTRIBUTING.md | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 .github/CONTRIBUTING.md delete mode 100644 CONTRIBUTING.md 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! + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 33d5cae37..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,25 +0,0 @@ -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! - -- cgit v1.2.3