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 | |
parent | 0858fe3e1bcc9082ac646cb2a5de9bc3638db8cf (diff) |
Add a feature request issue template.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.md (renamed from .github/ISSUE_TEMPLATE.md) | 9 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 34 | ||||
-rw-r--r-- | .github/SECURITY.md | 2 |
3 files changed, 42 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index dc4ad49c7..81a5fca89 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,10 +1,15 @@ +--- +name: Bug report +about: Report a non-security issue with InspIRCd. +--- + <!-- --------------------------------------------------- GENERAL SUPPORT INFORMATION --------------------------------------------------- -The GitHub issue tracker is for bug reports and feature requests. -General support can be found at the following locations: +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 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. +--> diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 0fe39f8e4..94e5b60e4 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -Currently the v2 (old stable) and v3 (stable) branches are actively receiving security fixes. Support for v2 will end on 2019-06-01. +Currently the v2 (old stable) and v3 (stable) branches are actively receiving security fixes. Support for v2 will end on 2020-06-01. The v4 branch is still early in development and only receives security fixes when they are synced from the v3 branch. |