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/BUG_REPORT.md | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md (limited to '.github/ISSUE_TEMPLATE/BUG_REPORT.md') 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`:** + -- cgit v1.2.3