diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 73d282a1..719aabc0 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -9,20 +9,6 @@ body: options: - label: I have searched the existing open and closed issues required: true -- type: checkboxes - attributes: - label: Am I willing to test this? ๐Ÿงช - description: I rely on the community to test unreleased features. If you are requesting a feature, please be willing to test it within 48h of test request. Otherwise, the feature might be pulled from the code base. - options: - - label: I will do my best to test this feature on the `netlertx-dev` image when requested within 48h and report bugs to help deliver a great user experience for everyone and not to break existing installations. - required: true -- type: checkboxes - attributes: - label: Can I help implement this? ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป - description: The maintainer will provide guidance and help. The implementer will read the PR guidelines https://github.com/jokob-sk/NetAlertX/tree/main/docs#-pull-requests-prs - options: - - label: "Yes" - - label: "No" - type: textarea attributes: label: Is your feature request related to a problem? Please describe @@ -50,3 +36,17 @@ body: Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: true +- type: checkboxes + attributes: + label: Am I willing to test this? ๐Ÿงช + description: I rely on the community to test unreleased features. If you are requesting a feature, please be willing to test it within 48h of test request. Otherwise, the feature might be pulled from the code base. + options: + - label: I will do my best to test this feature on the `netlertx-dev` image when requested within 48h and report bugs to help deliver a great user experience for everyone and not to break existing installations. + required: true +- type: checkboxes + attributes: + label: Can I help implement this? ๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป + description: The maintainer will provide guidance and help. The implementer will read the PR guidelines https://github.com/jokob-sk/NetAlertX/tree/main/docs#-pull-requests-prs + options: + - label: "Yes" + - label: "No"