diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4528a9a77..3abb51145 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,6 +4,47 @@ title: "[Feature request]: " 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: description attributes: