From 63905f3e0b88fc6b3ee0635979bfc2f8bee5c51d Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 6 Oct 2019 12:05:51 +0100 Subject: Add a feature request issue template. --- .github/ISSUE_TEMPLATE.md | 39 --------------------------- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 44 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 34 ++++++++++++++++++++++++ .github/SECURITY.md | 2 +- 4 files changed, 79 insertions(+), 40 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index dc4ad49c7..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,39 +0,0 @@ - - -**Description** - - - -**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/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. +--- + + + +**Description** + + + +**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. +--- + + + +**Description** + + + +**Why this 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. -- cgit v1.2.3