diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..98042d422 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +Please read before creating a new issue: + +1. All advanced options MUST be at their default values; +2. All enhancements must be off; +3. Do not share save state files. Memory Cards are ok; +4. Please post your issue report in English as unfortunately this is the only language spoken by the developers. The Discord server has many helpful people if you need help translating. + +Remove everything before and including this line before submitting. + +**Game details** +[Serial Code, Region] +[i.e SLUS-00404 Ace Combat 2 (USA)] + +**Description of the issue / bug** +[Describe what you are seeing and/or hearing during gameplay] + +**Steps to Reproduce** +[Try to provide as much detail as possible to reproduce the issue] + +**Enhancements information** +[Make sure they are all turned off before report] + +**Hardware/software** +[If Android, which phone and Android version] +[If desktop, your CPU, graphics card, and operating system] +[GPU Renderer - D3D11/OpenGL/Vulkan] + +**Emulator version** +[Shown in the title bar of the emulator] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..bbcbbe7d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +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.