Add GitHub issue templates

这个提交包含在:
Hannes 2019-12-26 13:00:04 +01:00
父节点 93b65789f4
当前提交 b776648944
找不到此签名对应的密钥
GPG 密钥 ID: 371029119C5F0D51
共有 2 个文件被更改,包括 42 次插入0 次删除

26
.github/ISSUE_TEMPLATE/bug_report.md vendored 普通文件
查看文件

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

查看文件

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