diff options
author | Sheogorath <sheogorath@shivering-isles.com> | 2017-07-10 16:34:45 +0200 |
---|---|---|
committer | Sheogorath <sheogorath@shivering-isles.com> | 2017-07-11 20:44:48 +0200 |
commit | 7ac824b3909dd05d826fac2a839d1ab759cabcce (patch) | |
tree | 0c33c63578a468c89a3ebf9d789417e561022f49 /.github | |
parent | 127683c29e6eb33c21f85cf1ccba6fb85fc0cdec (diff) |
Add issue template to avoid support requests in bugtracker
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..6fdf33bba --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ +<!-- +--------------------------------------------------- +GENERAL SUPPORT INFORMATION +--------------------------------------------------- + +The GitHub issue tracker is for bug reports and feature requests. +General support can be found at the following locations: + +IRC: +irc.inspircd.org #inspircd + +Example configs: +2.0 - https://github.com/inspircd/inspircd/tree/insp20/docs/conf +3.0 (alpha) - https://github.com/inspircd/inspircd/tree/master/docs/conf + +Wiki: +https://wiki.inspircd.org/ +--> + +**Description** + +<!-- +Briefly describe the problem you are having in a few paragraphs. +--> + +**Steps to reproduce the issue:** +1. +2. +3. + +**Describe the results you received:** + + +**Describe the results you expected:** + + +**Additional information you deem important (e.g. issue happens only occasionally):** + +**Output of `./bin/inspircd --version`:** + |