diff --git a/.github/ISSUE_TEMPLATE/ask-for-help.yaml b/.github/ISSUE_TEMPLATE/ask-for-help.yaml index a818d87..5d6ec22 100644 --- a/.github/ISSUE_TEMPLATE/ask-for-help.yaml +++ b/.github/ISSUE_TEMPLATE/ask-for-help.yaml @@ -8,8 +8,8 @@ body: - type: checkboxes id: no-duplicate-issues attributes: - label: "Please go to https://github.com/louislam/dockge/discussions, here is for bug report only" - description: "" + label: "Please go to https://github.com/louislam/dockge/discussions" + description: "Here is for bug report only" options: - label: "I understand" required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 4a511b2..6232554 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -8,8 +8,8 @@ body: - type: checkboxes id: no-duplicate-issues attributes: - label: "Please go to https://github.com/louislam/dockge/discussions, here is for bug report only" - description: "" + label: "Please go to https://github.com/louislam/dockge/discussions" + description: "Here is for bug report only" options: - label: "I understand" required: true