diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0086358db1..5e3e4b989f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.yml b/.github/ISSUE_TEMPLATE/enhancement-request.yml deleted file mode 100644 index c959d9eec3..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement-request.yml +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 78652ff606..0000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/jak1-bug-report.yml similarity index 77% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/jak1-bug-report.yml index 2e337a0b71..7bb2b856bd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/jak1-bug-report.yml @@ -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"