From b7766489442e75a1d5a450cb7e5199689f6ccbdb Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 26 Dec 2019 13:00:04 +0100 Subject: [PATCH] Add GitHub issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..cfcd089b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve Citizen +title: '' +labels: bug +assignees: '' +--- + +## Describe the Bug +A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. + +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected Behavior +A clear and concise description of what you expected to happen. + +## System +_Please complete the following information:_ + - MediaWiki version [e.g. v1.33.1] + - Server OS: [e.g. Debian 10] + - Installed extensions and versions [e.g. SemanticMediaWiki 3.0, WikiSEO 2.3.1, etc.] + - PHP version [e.g. v7.2.19-0ubuntu0.18.04.2] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..9cb153ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for Citizen +title: '' +labels: enhancement +assignees: '' +--- + +## The Problem +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +## The Solution +A clear and concise description of what you want to happen. + +## The Alternatives +A clear and concise description of any alternative solutions or features you've considered.