Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 11 additions & 34 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -61,29 +47,20 @@ 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:
label: Relevant log output
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?
Expand Down
Loading