diff options
author | Peter Powell <petpow@saberuk.com> | 2019-10-06 12:05:51 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-10-06 12:07:16 +0100 |
commit | 63905f3e0b88fc6b3ee0635979bfc2f8bee5c51d (patch) | |
tree | 0dfdad5c236c8ee5f0cd0a717f1ff08e390b491f /.github/ISSUE_TEMPLATE | |
parent | 0858fe3e1bcc9082ac646cb2a5de9bc3638db8cf (diff) |
Add a feature request issue template.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.md | 44 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 34 |
2 files changed, 78 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..81a5fca89 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Report a non-security issue with InspIRCd. +--- + +<!-- +--------------------------------------------------- +GENERAL SUPPORT INFORMATION +--------------------------------------------------- + +The GitHub issue tracker is for bug reports ONLY. General support can +be found at the following locations: + +Docs: https://docs.inspircd.org +IRC: irc.inspircd.org #inspircd + +Example configs: +3.0 (stable) - https://github.com/inspircd/inspircd/tree/insp3/docs/conf +2.0 (old stable) - https://github.com/inspircd/inspircd/tree/insp20/docs/conf + +--> + +**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`:** + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 000000000..0e96984bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,34 @@ +--- +name: Feature request +about: Request that a new feature is added to InspIRCd. +--- + +<!-- +--------------------------------------------------- +GENERAL SUPPORT INFORMATION +--------------------------------------------------- + +The GitHub issue tracker is for feature requests ONLY. General support +can be found at the following locations: + +Docs: https://docs.inspircd.org +IRC: irc.inspircd.org #inspircd + +Example configs: +3.0 (stable) - https://github.com/inspircd/inspircd/tree/insp3/docs/conf +2.0 (old stable) - https://github.com/inspircd/inspircd/tree/insp20/docs/conf + +--> + +**Description** + +<!-- +Briefly describe the problem you are having in a few paragraphs. +--> + +**Why this would be useful** + + +<!-- +Briefly describe why the feature would be useful. +--> |