link github issues
This commit is contained in:
parent
3ef2f598c9
commit
fe3fb3ce35
6 changed files with 151 additions and 18 deletions
78
.github/ISSUE_TEMPLATE/code-bug.yml
vendored
Normal file
78
.github/ISSUE_TEMPLATE/code-bug.yml
vendored
Normal file
|
@ -0,0 +1,78 @@
|
|||
name: Code Bug Report
|
||||
about: Codes doesn't work as expected
|
||||
title: '[BUG]: '
|
||||
labels:
|
||||
- bug
|
||||
- codes
|
||||
assignees:
|
||||
- 'BitPatty'
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Enabled Codes
|
||||
description: List the codes you have enabled
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: List the steps necessary to reproduce the behavior
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Loader
|
||||
description: Which loader do you use to play the game
|
||||
options:
|
||||
- Nintendont
|
||||
- Dolphin
|
||||
- Other (specify in description above)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Loader Version
|
||||
description: Which version of the loader do you use
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Game Version
|
||||
description: Which version of the game do you use
|
||||
options:
|
||||
- NTSC-U (North America)
|
||||
- NTSC-J (Japan)
|
||||
- PAL (Europe)
|
||||
- NTSC-K (Korea)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Wii Region
|
||||
description: "If you're on Wii: Which region does your Wii have"
|
||||
options:
|
||||
- NTSC-U (North America)
|
||||
- NTSC-J (Japan)
|
||||
- PAL (Europe)
|
||||
- NTSC-K (Korea)
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Game Source
|
||||
description: "If you're on Wii: How do you load the game"
|
||||
options:
|
||||
- Disc
|
||||
- SD-Card
|
||||
- HDD
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Nintendont Source
|
||||
description: 'If you use Nintendont on Wii: Where is it located'
|
||||
options:
|
||||
- SD-Card
|
||||
- HDD
|
||||
validations:
|
||||
required: false
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: SMS Speedrunning Community Discord
|
||||
url: https://discord.gg/9dGJWEc
|
||||
about: You can ask questions here.
|
40
.github/ISSUE_TEMPLATE/generator-bug.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/generator-bug.yml
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
name: Generator Bug Report
|
||||
about: The Generator doesn't work as expected
|
||||
title: '[BUG]: '
|
||||
labels:
|
||||
- bug
|
||||
assignees:
|
||||
- 'BitPatty'
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Selected Version/Codes
|
||||
description: List the version, codes and download format you selected
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: List the steps necessary to reproduce the behavior
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Browser
|
||||
description: Which browser do you use
|
||||
options:
|
||||
- Chrome
|
||||
- Firefox
|
||||
- Safari
|
||||
- Edge
|
||||
- Edge (Chromium)
|
||||
- Other (specify in description above)
|
||||
validations:
|
||||
required: true
|
25
.github/ISSUE_TEMPLATE/request.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/request.yml
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
name: Code/Feature Request
|
||||
about: Suggest an idea for a code or generator feature
|
||||
title: '[FEAT]'
|
||||
labels:
|
||||
- enhancement
|
||||
assignees:
|
||||
- 'BitPatty'
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Is your request related to a problem? Please describe
|
||||
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Describe the solution you'd like"
|
||||
description: 'A clear and concise description of what you want to happen.'
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe alternatives you've considered
|
||||
description: "A clear and concise description of any alternative solutions or features you've considered."
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
|
@ -16,8 +16,8 @@
|
|||
"link": "/code-reference/index.html"
|
||||
},
|
||||
{
|
||||
"text": "Installing IOS58",
|
||||
"link": "/ios58.html"
|
||||
"text": "Report an Issue",
|
||||
"link": "https://github.com/BitPatty/gctGenerator/issues"
|
||||
},
|
||||
{
|
||||
"text": "Sunshine Discord",
|
||||
|
@ -46,11 +46,6 @@
|
|||
"text": "Code Referenz",
|
||||
"link": "/de/code-reference/index.html"
|
||||
},
|
||||
|
||||
{
|
||||
"text": "IOS58 Installation",
|
||||
"link": "/de/ios58.html"
|
||||
},
|
||||
{
|
||||
"text": "Sunshine Discord",
|
||||
"link": "https://discord.gg/9dGJWEc"
|
||||
|
@ -78,11 +73,6 @@
|
|||
"text": "Référence des codes",
|
||||
"link": "/fr/code-reference/index.html"
|
||||
},
|
||||
|
||||
{
|
||||
"text": "Installation d'IOS58",
|
||||
"link": "/fr/ios58.html"
|
||||
},
|
||||
{
|
||||
"text": "Discord de Sunshine",
|
||||
"link": "https://discord.gg/9dGJWEc"
|
||||
|
@ -110,11 +100,6 @@
|
|||
"text": "チートコード一覧",
|
||||
"link": "/ja/code-reference/index.html"
|
||||
},
|
||||
|
||||
{
|
||||
"text": "IOS58のインストール",
|
||||
"link": "/ja/ios58.html"
|
||||
},
|
||||
{
|
||||
"text": "Discord",
|
||||
"link": "https://discord.gg/c5xffvr"
|
||||
|
|
|
@ -82,7 +82,7 @@ This can have multiple reasons:
|
|||
|
||||
### I'm lost :(
|
||||
|
||||
You can ask for help on the [Super Mario Sunshine Discord](https://discord.gg/9dGJWEc).
|
||||
You can ask for help on the [Super Mario Sunshine Discord](https://discord.gg/9dGJWEc) or open a [new Issue on GitHub](https://github.com/BitPatty/gctGenerator/issues).
|
||||
|
||||
## Appendix: Cheat Manager
|
||||
|
||||
|
|
Loading…
Reference in a new issue