Update issue templates

This commit is contained in:
Griatch 2019-09-22 14:00:05 +02:00 committed by GitHub
parent 88e8e88594
commit 83af02c21d
4 changed files with 88 additions and 0 deletions

27
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View file

@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Enter a brief description here"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment, Evennia version, OS**
If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.
**Additional context**
Any other context about the problem, or ideas on how to solve.

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

@ -0,0 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Enter a brief description here"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment, Evennia version, OS**
If unsure, run `evennia -v` or get the first few lines of the `about` command in-game.
**Additional context**
Any other context about the problem, or ideas on how to solve.

View file

@ -0,0 +1,14 @@
---
name: Documentation issue
about: Documentation problems and suggestions
title: ''
labels: documentation
assignees: ''
---
**Documentation issue**
Describe what the issue is and where it can/should be found.
**Suggested change**
The suggested change.

View file

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request] Enter a brief description here"
labels: feature-request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
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.
**Additional context**
Add any other context or screenshots about the feature request here.