diff options
author | Aqa-Ib <[email protected]> | 2024-09-08 22:12:01 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-08 21:12:01 +0100 |
commit | 6179b17903647d7659749f9f7c79bb9aff97a806 (patch) | |
tree | fcac8a944fd54d1cfa22aa006841eb349936657f /.github | |
parent | 05b48d48d9074041fd7987c36f04bdc1dafa575c (diff) | |
download | Hyprland-6179b17903647d7659749f9f7c79bb9aff97a806.tar.gz Hyprland-6179b17903647d7659749f9f7c79bb9aff97a806.zip |
github: improve issue template (#7699)
* github: improve issue template
Require to check that you have searched through open and closed issues before committing.
* fix yaml syntax
* clarify text
* validation
* revert validation
* markdown
* done
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e3e97bef..7d402904 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -2,12 +2,13 @@ name: Bug Report description: Something is not working right labels: ["bug"] body: - - type: markdown + - type: checkboxes attributes: - value: | - ## Before opening a new issue, please take a moment to search through the current open and closed issues to check if it already exists. - - --- + label: Already reported ? * + description: Before opening a new bug report, please take a moment to search through the current open and closed issues to check if it already exists. + options: + - label: I have searched the existing open and closed issues. + required: true - type: dropdown id: type |