mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-28 13:36:33 +01:00
New issue template
This commit is contained in:
parent
64a8fb866e
commit
dded50a466
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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:)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal 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
21
.github/ISSUE_TEMPLATE/question.md
vendored
Normal 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:)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
@ -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.)
|
|
Loading…
Reference in New Issue
Block a user