From 7f448f1a55910845893aeb172588867c36a86e7b Mon Sep 17 00:00:00 2001 From: Edoardo Ranghieri Date: Thu, 4 Jan 2024 00:21:46 +0100 Subject: [PATCH] chore(no-release): update issue templates --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 11 +++++++++-- .github/ISSUE_TEMPLATE/2_feature_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/3_ask_a_question.yml | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 987270ae..2416fbbc 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us fix bugs -title: "[BUG] " +title: "[BUG] " labels: ["bug"] body: - type: checkboxes @@ -15,7 +15,7 @@ body: label: Is there an existing issue for this? description: Please search to see if an issue already exists for the bug you encountered. options: - - label: I have searched the existing issues + - label: I have searched the existing issues and found nothing that matches required: true - type: textarea attributes: @@ -43,6 +43,13 @@ body: placeholder: I expected that this happened instead. validations: required: true +- type: input + attributes: + label: Reproduction example + description: Link to an example that reproduces the bug. Could be, for example, a GitHub repo or a CodeSandbox link. + placeholder: https://github.com/... + validations: + required: true - type: markdown attributes: value: Information about the environment you are using. diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yml b/.github/ISSUE_TEMPLATE/2_feature_request.yml index 8464c06d..f80f2c59 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2_feature_request.yml @@ -1,6 +1,6 @@ name: Feature request description: Suggest an idea to improve this library -title: "[FEATURE] <title>" +title: "[FEATURE] " labels: ["enhancement"] body: - type: checkboxes @@ -15,7 +15,7 @@ body: label: Is there an existing issue for this? description: Please search to see if an issue already exists for the bug you encountered. options: - - label: I have searched the existing issues + - label: I have searched the existing issues and found nothing that matches required: true - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/3_ask_a_question.yml b/.github/ISSUE_TEMPLATE/3_ask_a_question.yml index eaeedcd0..9d4075d6 100644 --- a/.github/ISSUE_TEMPLATE/3_ask_a_question.yml +++ b/.github/ISSUE_TEMPLATE/3_ask_a_question.yml @@ -1,6 +1,6 @@ name: Ask a question description: Need help with something? Let us know -title: "[ASK] <title>" +title: "[ASK] " labels: ["question"] body: - type: checkboxes @@ -8,7 +8,7 @@ body: label: Is there an existing issue for this? description: Please search to see if an issue already exists for the bug you encountered. options: - - label: I have searched the existing issues + - label: I have searched the existing issues and found nothing that matches required: true - type: input attributes: