mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
.github: Fix bug report and add feature request template
This commit is contained in:
parent
66fae77ff9
commit
081bac7ef2
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
---
|
||||||
|
name: Legendary bug report
|
||||||
|
about: Legendary crashes or bugs (not WINE/Game crashes!)
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
<!-- READ THIS FIRST -->
|
<!-- READ THIS FIRST -->
|
||||||
<!-- The Legendary GitHub issue tracker is **ONLY** to be used for issues with Legendary itself. -->
|
<!-- The Legendary GitHub issue tracker is **ONLY** to be used for issues with Legendary itself. -->
|
||||||
|
|
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Request features that are missing (compared to EGS) or new ones for improving Legendary itself.
|
||||||
|
labels: ''
|
||||||
|
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. -->
|
Loading…
Reference in a new issue