diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ff0b1bb4..a5f1dc5a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report a bug you have experienced in Heaven Studio -labels: [] +labels: ["bug"] body: - type: textarea 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 Linux, go to `~/.config/unity3d/RHeavenStudio/Heaven Studio/` - 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 id: files attributes: 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 validations: required: false diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 3c91b344..a78ffa92 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea for Heaven Studio -labels: [] +labels: ["enhancement"] body: - type: textarea id: what-happened