github: update issue templates, move general feature requests to discussions preferably (#2879)

This commit is contained in:
Tyler Wilding
2023-08-02 17:44:02 -06:00
committed by GitHub
parent b88552a35d
commit 5f4dfcdfb6
4 changed files with 14 additions and 62 deletions
+7
View File
@@ -1 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Feature Requests and Ideas
url: https://github.com/open-goal/jak-project/discussions/new/choose
about: Please use the discussion board to bring up feature requests and ideas. If there is interest in them, they can then be converted to an issue(s).
- name: Discord Help Channel
url: https://discord.gg/dPRCfsju3N
about: The best place for general help and asking questions.
@@ -1,24 +0,0 @@
name: "\U0001F680 Enhancement Request"
description: Suggest an improvement for an existing feature.
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: What feature is your idea related to?
description: A clear and concise description of what the problem is.
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.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Any other context or screenshots about the enhancement request here.
validations:
required: false
@@ -1,24 +0,0 @@
name: "\U0001F3AE Game Feature Request"
description: Suggest an idea for the game
labels: ["game"]
body:
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
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.
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false
@@ -1,6 +1,6 @@
name: "\U0001F41B Bug Report"
description: Create a bug report.
labels: ["bug"]
name: "\U0001F41B Jak 1 Bug Report"
description: Create a bug report for Jak 1.
labels: ["bug", "jak1"]
body:
- type: checkboxes
attributes:
@@ -45,17 +45,10 @@ body:
validations:
required: true
- type: input
- type: textarea
attributes:
label: Operating System
description: Windows version, Linux distribution, etc.
validations:
required: true
- type: input
attributes:
label: OpenGOAL Version
description: Either the release version (vX.X.X) or the commit sha if you've built from source. If you are using the launcher, it's the `tooling version` ![](/docs/img/launcher-find-version.png)
label: Environment Information
description: "You can upload the [Support Package](https://github.com/open-goal/launcher#asking-for-help) provided by the Launcher here, or you can provide the following information: CPU, GPU, OS Version, OpenGOAL Version (found in the window's title bar)"
validations:
required: true
@@ -72,7 +65,7 @@ body:
- type: dropdown
attributes:
label: Are you using a high refresh-rate monitor (>60Hz)
label: Have you set the game to something other than `60fps`?
options:
- "No"
- "Yes"