.github: Update issue templates

This commit is contained in:
mborgerson 2021-05-19 13:45:36 -07:00 committed by GitHub
parent 6e2d5a993f
commit afda42431a
3 changed files with 221 additions and 0 deletions

View File

@ -0,0 +1,49 @@
---
name: Feature Request
about: Request a new feature for xemu.
title: ''
labels: enhancement
assignees: ''
---
<!--
!! BEFORE YOU SUBMIT A FEATURE REQUEST, PLEASE READ THE FOLLOWING !!
This template is for requesting a feature for xemu.
Pre-submit checklist:
- Have you read the getting started guide?
- Have you checked the FAQ?
- Have you searched to see if this feature has been requested before?
-->
### Feature Request
<!--
A clear and concise description of what the problem is. e.g. I'm always frustrated when [...]
A clear and concise description of what you want to happen. e.g. I would like xemu to [...]
-->
(...)
<!-- If appropriate, include a screenshot or video. -->
### Alternatives
<!-- 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. -->

76
.github/ISSUE_TEMPLATE/general-issue.md vendored Normal file
View File

@ -0,0 +1,76 @@
---
name: General Issue
about: Report an issue with xemu not specific to one or more particular titles.
title: ''
labels: bug
assignees: ''
---
<!--
!! BEFORE YOU SUBMIT AN ISSUE, PLEASE READ THE FOLLOWING !!
This template is for reporting a general, non-game-specific issue with xemu.
Pre-submit checklist:
- Have you read the getting started guide?
- Are you using the latest version of xemu?
- Have you checked the FAQ?
- Have you joined the Discord community to ask for help?
- Have you checked to see if this issue has already been submitted?
- Have you tried updating your platform drivers?
- Have you ruled out a bad dump of your game disc?
If you have questions about how to provide the information below, please join
the Discord server and get help from the community.
-->
### Bug Description
<!-- A clear and concise description of what the problem is. If appropriate,
please include a screenshot or video. If xemu has crashed, please include any
associated debug output. -->
(...)
Steps to reproduce this issue:
1. (...)
### Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
(...)
### Version
<!-- Include the affected version of xemu. If this is a regression, also include
the last known version without this problem. -->
* Version: 0.0.0-00-g0000000000
* Last-known Working: Unknown
### System Information
<!-- Please include basic information about your system. -->
| Field | Value |
|-------|-------|
| OS | (...) | <!-- e.g. Ubuntu 20.04.2 LTS -->
| CPU | (...) | <!-- e.g. Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz -->
| Graphics Device | (...) | <!-- e.g. NVIDIA Quadro P2000 -->
| Graphics Driver | (...) | <!-- e.g. 3.3.0 NVIDIA 450.119.03 -->
### Additional Context
<!-- Add any other context about the problem here. -->

96
.github/ISSUE_TEMPLATE/title-issue.md vendored Normal file
View File

@ -0,0 +1,96 @@
---
name: Title Issue
about: Report a specific issue with one or more titles/games in xemu.
title: 'Game Name: Brief Issue Description'
labels: bug
assignees: ''
---
<!--
!! BEFORE YOU SUBMIT AN ISSUE, PLEASE READ THE FOLLOWING !!
This template is for reporting specific video, audio, or other issues with one
or more titles.
Pre-submit checklist:
- Have you read the getting started guide?
- Have you checked the FAQ?
- Have you checked to see if this issue has already been submitted?
- Are you using the latest version of xemu?
- Have you tried updating your platform drivers?
- Have you ruled out a bad dump of your game disc?
If you have questions about how to provide the information below, please
join the Discord server and get help from the community.
-->
### Title Information
<!-- Include the affected title's name and numeric ID. This can be found from
the compatibility page for the title at https://xemu.app. You can also simply
paste the URL from the compatibility page.
-->
* Titles: XboxGame (00000000)
* https://xemu.app/titles/00000000#Xbox-Game
### Bug Description
<!-- A clear and concise description of what the problem is. If xemu has
crashed, please include any associated debug output. -->
(...)
Steps to reproduce this issue:
1. (...)
<!-- If appropriate, please include a screenshot or video. -->
### Expected Behavior
<!-- A clear and concise description of what you expected to happen. If
appropriate, please include a screenshot or video from a real Xbox. -->
(...)
### Version
<!-- Include the affected version of xemu. If this is a regression, also include
the last known version without this problem. You can find the xemu version in
xemu by navigating to Help > About -->
* Version: 0.0.0-00-g0000000000
* Last-known Working: Unknown
### System Information
<!-- Please include basic information about your system. -->
| Field | Value |
|-------|-------|
| OS | (...) | <!-- e.g. Ubuntu 20.04.2 LTS -->
| CPU | (...) | <!-- e.g. Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz -->
| Graphics Device | (...) | <!-- e.g. NVIDIA Quadro P2000 -->
| Graphics Driver | (...) | <!-- e.g. 3.3.0 NVIDIA 450.119.03 -->
### Additional Context
<!-- Add any other useful information about the problem here. -->