Merge pull request #4 from octfx/feature/issue_templates

Add GitHub issue templates
This commit is contained in:
alistair3149 2019-12-26 12:19:22 -05:00 committed by GitHub
commit d87bf44977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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]

View file

@ -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.