New issue template

This commit is contained in:
Daniel Saukel 2019-02-15 19:08:34 +01:00
parent 64a8fb866e
commit dded50a466
4 changed files with 67 additions and 22 deletions

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a bug report to help us improve
---
**Description**
[//]: # (A clear and concise description of what the bug is.)
**Reproduce**
[//]: # (List steps to reproduce)
**Expected behavior**
[//]: # (A clear and concise description of what you expected to happen.)
**Screenshots / GIFs / videos**
[//]: # (If applicable, add screenshots to help explain your problem.)
**Relevant configuration files**
[//]: # (Please paste the relevant configuration files in the line between the quotation marks:)
```
```

View File

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
---
**Please describe the use case or the problem your request is related to.**
[//]: # (A clear and concise description of what the problem is. Ex. I'm always frustrated when [...];)
**Describe the solution you'd like**
[//]: # (A clear and concise description of what you want to happen.)
**Describe alternatives you've considered**
[//]: # (A clear and concise description of any alternative solutions or features you've considered.)

21
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: Question
about: About things you do not understand in the documentation
---
**The feature you'd like to know more about**
[//]: # (e.g. game rules)
**Link to the wiki article (in case it exists)**
**What did you already try?**
**Relevant configuration files**
[//]: # (Please paste the relevant configuration files in the line between the quotation marks:)
```
```

View File

@ -1,22 +0,0 @@
[//]: # (Welcome to the DungeonsXL issue tracker.)
[//]: # (Please use the following template for bug reports:)
### Expected behavior
### Actual behavior
### Steps to reproduce
[//]: # (Please use the following template for feature requests:)
### Explanation of the requested feature
### Possible use cases
[//]: # (Feel free to ask comprehension questions without using one of the templates above.)
[//]: # (Please don't hesitate to open one issue per issue instead of putting thematically unrelated problems together in one.)