From 8e57342300a8b2d5761b81280288130db1c3a872 Mon Sep 17 00:00:00 2001 From: "Michael G. Kazakov" Date: Thu, 25 Apr 2024 21:45:48 +0100 Subject: [PATCH] Update bug.yaml (#230) * Update bug.yaml * Update bug.yaml * Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index df6c115da..4a33020ab 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -7,6 +7,17 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + - type: markdown + attributes: + value: "Please make sure to read the [contributing guidelines](https://github.com/mikekazakov/nimble-commander/blob/main/CONTRIBUTING.md) before submitting an issue." + - type: checkboxes + id: agreement + attributes: + label: Confirmation + description: Confirm before submitting + options: + - label: I have read the contributing guidelines + required: true - type: input id: version attributes: