mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-22 17:45:16 +00:00
some improvements to the issue templates (#421)
This commit is contained in:
parent
12ff78821a
commit
ba0c983d91
2 changed files with 11 additions and 3 deletions
12
.github/ISSUE_TEMPLATE/bug.yml
vendored
12
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Report a bug you have experienced in Heaven Studio
|
description: Report a bug you have experienced in Heaven Studio
|
||||||
labels: []
|
labels: ["bug"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
|
@ -56,11 +56,19 @@ body:
|
||||||
- If you are on MacOS, go to `~/Library/Logs/RHeavenStudio/Heaven Studio` (You can access the ~ folder by pressing `Shift + ⌘ + H` in Finder)
|
- If you are on MacOS, go to `~/Library/Logs/RHeavenStudio/Heaven Studio` (You can access the ~ folder by pressing `Shift + ⌘ + H` in Finder)
|
||||||
- If you are on Linux, go to `~/.config/unity3d/RHeavenStudio/Heaven Studio/`
|
- If you are on Linux, go to `~/.config/unity3d/RHeavenStudio/Heaven Studio/`
|
||||||
- Copy the contents of the `Player.log` file to the textbox above
|
- Copy the contents of the `Player.log` file to the textbox above
|
||||||
|
- type: textarea
|
||||||
|
id: riq
|
||||||
|
attributes:
|
||||||
|
label: RIQ file
|
||||||
|
description: If relevant, upload a RIQ file where this bug happens
|
||||||
|
placeholder: Upload a RIQ here
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: files
|
id: files
|
||||||
attributes:
|
attributes:
|
||||||
label: Extra files
|
label: Extra files
|
||||||
description: Upload any needed files here, preferably an RIQ file, linking them is also allowed.
|
description: Upload any other needed files here, linking them is also allowed.
|
||||||
placeholder: Upload a file here
|
placeholder: Upload a file here
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: Suggest an idea for Heaven Studio
|
description: Suggest an idea for Heaven Studio
|
||||||
labels: []
|
labels: ["enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-happened
|
id: what-happened
|
||||||
|
|
Loading…
Reference in a new issue