From e6d13cb7d75cc744192ac0afa5e609c082d0c4df Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 13 Dec 2022 21:29:42 +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 53853d157..c44e7508d 100644 --- a/.github/ISSUE_TEMPLATE/--bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml @@ -9,13 +9,21 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! Please fill the form in English + Thanks for taking the time to fill out this bug report! Please fill the form in English. - type: checkboxes attributes: label: Is there an existing issue for this? options: - label: I have searched the existing issues required: true +- type: input + id: repository + attributes: + label: Example public repository + description: "An example public git repository to reproduce the issue easily (if applicable)." + placeholder: "https://github.com/coollabsio/coolify" + validations: + required: false - type: textarea attributes: label: Description