diff options
author | Peter Powell <petpow@saberuk.com> | 2017-07-12 14:04:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 14:04:17 +0100 |
commit | 2f64744dd81cd956780160e8568a42cf952df6c8 (patch) | |
tree | 042194e433d1b1b9e112f63f93dc5e4adae6dfcc | |
parent | 61e299c2c90baf0f1f5da992fd7e9dd96cf56472 (diff) | |
parent | 7ac824b3909dd05d826fac2a839d1ab759cabcce (diff) |
Merge pull request #1356 from SISheogorath/master+issuetemplate
Add issue template to avoid support requests in bugtracker
-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`:** + |