From 04893981b75dfd3edcd03b2ba7b9a77325d79e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 23 May 2019 12:59:18 +0200 Subject: [PATCH] Add github template for questions --- .github/ISSUE_TEMPLATE/question.md | 9 +++++++++ README.rst | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..74f40d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,9 @@ +--- +name: Question about using Tutor +about: This is not the appropriate channel + +--- + +Please post on our forums: https://discuss.overhang.io for questions about using `tutor`. + +Posts that are not a bug report or a feature/enhancement request will not be addressed on this issue tracker. diff --git a/README.rst b/README.rst index 4902ee3..868283d 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,6 @@ Tutor was presented at the 2019 Open edX conference in San Diego, CA. Here's the Contributing ------------ -We are very much open to new ideas and features for Tutor. If you have an improvement idea, feel free to first discuss it on the `Tutor forums `_. If you are not quite familiar with Open edX or if you need technical advice, the forums are a great place to start, too. Did you find an issue with Tutor? Please first make sure that it's related to Tutor, and not an upstream issue with Open edX. Then, `open an issue on Github `_. `Pull requests `_ will be happily examined, too! +We are very much open to new ideas and features for Tutor. If you have an improvement idea, feel free to first discuss it on the `Tutor forums `_. If you are not quite familiar with Open edX or if you need technical advice, the forums are a great place to start, too. Did you find an issue with Tutor? Please first make sure that it's related to Tutor, and not an upstream issue with Open edX. Then, `open an issue on Github `_. `Pull requests `_ will be happily examined, too! .. _readme_contributing_end: \ No newline at end of file