diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1cbcf4faf4d..7845dddcfc9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,10 @@ name: Bug Report description: File a bug report title: "[Bug]: " -labels: ["bug"] +type: "bug" +labels: ["in triage"] +projects: ["input-output-hk/102"] + body: - type: markdown attributes: @@ -29,23 +32,6 @@ body: validations: required: false - - type: dropdown - id: project - attributes: - label: Project - description: Specify the project that has been impacted by the bug. - options: - - Athena - - Frontend - - Backend - - Flutter/Dart packages - - Rust crates - - Documentation - - Other (specify in Anything else section) - default: 1 - validations: - required: true - - type: dropdown id: OS attributes: @@ -61,22 +47,6 @@ body: validations: required: true - - type: dropdown - id: browsers - attributes: - label: What browsers are you seeing the problem on? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge - - Arc - - Other (specify in Anything else section) - - Not Applicable - validations: - required: true - - type: textarea id: logs attributes: @@ -84,6 +54,13 @@ body: description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. render: sh + - type: textarea + attributes: + label: Version + description: Specify the version/release/commit that has been impacted by the bug + validations: + required: true + - type: textarea attributes: label: Anything else?