Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
Bringing back the drop downs! 🥳
  • Loading branch information
emprzy authored Oct 2, 2024
1 parent e824a5a commit fe9c764
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@ description: File a bug report
title: "[Bug]: "

body:
- type: dropdown
id: label
attributes:
label: Label
description: Which label(s) describe this issue?
multiple: true
options:
- bug
- batch
- flepiconfig
- documentation
- docstring
- duplicate
- enhancement
- gempyor
- good first issue
- inference
- installation
- meta/workflow
- operations
- performance
- post-processing
- quick issue
- seeding
- submission
- wontfix
validations:
required: true

- type: dropdown
id: priority
attributes:
label: Priority Label
description: What priority level is this issue?
options:
- low priority
- medium priority
- high priority
validations:
required: true

- type: textarea
id: what-happened
Expand Down

0 comments on commit fe9c764

Please sign in to comment.