diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-12-31 18:42:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 18:42:10 +0000 |
commit | 81b57286eee68cb0f61769b9860ad36b75e4fc05 (patch) | |
tree | c29553d1be0f0ec8836a20207cadb1f560db9b22 /.github | |
parent | 82e915649d2f4aa62a1382430c029c53abd066b1 (diff) | |
download | rspamd-81b57286eee68cb0f61769b9860ad36b75e4fc05.tar.gz rspamd-81b57286eee68cb0f61769b9860ad36b75e4fc05.zip |
[Minor] Add support question template
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/support_question.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/support_question.md b/.github/ISSUE_TEMPLATE/support_question.md new file mode 100644 index 000000000..87407834e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_question.md @@ -0,0 +1,15 @@ +--- +name: Support Question +about: If you have a question 💬, please check out our Mailing lists or other support channels! + +--- + +--------------^ Click "Preview" for a nicer view! +We primarily use GitHub as an issue tracker; for usage and support questions, please check out these resources below. Thanks! + +--- + +* Mailing list: https://lists.rspamd.com/mailman/listinfo (you can subscribe on that page or browse the archives) +* Telegram channel: http://t.me/rspamd +* Also have a look at the following page for more information on how to get support: + https://rspamd.com/support.html |