From 6e5c6e1d42e2c80b72e528d5b5e2a986ebc3030e Mon Sep 17 00:00:00 2001 From: sarthakroy107 Date: Thu, 30 Nov 2023 23:51:55 +0530 Subject: [PATCH] changed issue templates according to comments --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++++- .github/ISSUE_TEMPLATE/good_first_issue.yml | 8 +------- .github/ISSUE_TEMPLATE/new_feature.yml | 4 ++++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 790cd4ad..5408c645 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -47,4 +47,8 @@ body: label: Additional Information options: - label: I have used the search function to check if an issue already exists - - label: I'd like to work on this issue \ No newline at end of file + - label: I'd like to work on this issue + - type: markdown + attributes: + value: | + Thanks for reporting this issue! We will get back to you as soon as possible. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/good_first_issue.yml b/.github/ISSUE_TEMPLATE/good_first_issue.yml index 3e887701..81c31e42 100644 --- a/.github/ISSUE_TEMPLATE/good_first_issue.yml +++ b/.github/ISSUE_TEMPLATE/good_first_issue.yml @@ -28,10 +28,4 @@ body: attributes: label: Resources placeholder: | - Add links or screenshots to help new contributors understand the issue. - - type: checkboxes - id: checks - attributes: - label: Additional Information - options: - - label: I'd like to work on this issue + Add links or screenshots to help new contributors understand the issue. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/new_feature.yml b/.github/ISSUE_TEMPLATE/new_feature.yml index 4c89da3c..3533fe90 100644 --- a/.github/ISSUE_TEMPLATE/new_feature.yml +++ b/.github/ISSUE_TEMPLATE/new_feature.yml @@ -38,3 +38,7 @@ body: options: - label: I have used the search function to check if an issue already exists - label: I'd like to work on this issue + - type: markdown + attributes: + value: | + Thanks for your suggestion! Let's see together if it can be implemented. \ No newline at end of file