From 882de9cb49c9e36e83ba674874b59ddb6a487600 Mon Sep 17 00:00:00 2001 From: Core Date: Mon, 1 Aug 2022 12:04:18 +0100 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5160afba..58a3c496 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -54,5 +54,13 @@ body: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md) options: - - label: I agree to follow this project's Code of Conduct + - label: I agree to follow this Cider's [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md) + required: true + - type: checkboxes + id: disclaimer + attributes: + label: Disclaimer + description: By submitting this issue, you are aware of our [Support Disclaimer](https://docs.cider.sh/support/disclaimer) and acknowledge that your issue may be immidiately closed if it is invalid. + options: + - label: I acknowledge the [Support Disclaimer](https://docs.cider.sh/support/disclaimer) required: true