From b280eeaf86dbfccd8d4caab7353182a3e27c79cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 1 Aug 2017 01:41:49 -0400 Subject: [PATCH] Add a SUPPORT file --- CONTRIBUTING.md | 9 --------- SUPPORT.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 SUPPORT.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfbb1db8..94623294 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,15 +3,6 @@ Welcome to The Lounge, it's great to have you here! We thank you in advance for your contributions. -### I have a question - -- Check out [existing questions on Stack Overflow](https://stackoverflow.com/questions/tagged/thelounge) - to see if yours has been answered before. If not, feel free to [ask for a new question](https://stackoverflow.com/questions/ask?tags=thelounge) - (using `thelounge` tag so that other people can easily find it). -- Find us on the Freenode channel `#thelounge`. You might not get an answer - right away, but this channel is full of nice people who will be happy to - help you. - ### I want to report a bug - Look at the [open and closed diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 00000000..1fbda01d --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,11 @@ +## Support + +Welcome to The Lounge, it's great to have you here! If you have a question, or +need help, you have a few options: + +- Check out [existing questions on Stack Overflow](https://stackoverflow.com/questions/tagged/thelounge) + to see if yours has been answered before. If not, feel free to [ask for a new question](https://stackoverflow.com/questions/ask?tags=thelounge) + (using `thelounge` tag so that other people can easily find it). +- Find us on the Freenode channel `#thelounge`. You might not get an answer + right away, but this channel is full of nice people who will be happy to + help you.