From b9b11902bfd54dd2470d3940486bb849a5450dc4 Mon Sep 17 00:00:00 2001 From: praptisharma28 <123169861+praptisharma28@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:01:53 +0530 Subject: [PATCH] corrections --- .github/ISSUE_TEMPLATE copy/bug_report.yml | 9 +++++++-- .github/ISSUE_TEMPLATE copy/doc_report.yml | 9 +++++++-- .github/ISSUE_TEMPLATE copy/feature_request.yml | 9 +++++++-- .github/ISSUE_TEMPLATE copy/other.yml | 9 +++++++-- .github/ISSUE_TEMPLATE copy/style.yml | 9 +++++++-- 5 files changed, 35 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE copy/bug_report.yml b/.github/ISSUE_TEMPLATE copy/bug_report.yml index b124cc755..e6aa8dc68 100644 --- a/.github/ISSUE_TEMPLATE copy/bug_report.yml +++ b/.github/ISSUE_TEMPLATE copy/bug_report.yml @@ -29,5 +29,10 @@ body: - label: "I follow [Contributing Guidelines](https://github.com/Kritika30032002/ReactCreations/blob/main/contribution.md) of this project." required: true - - label: "I am a IWOC'24 contributor." - required: false \ No newline at end of file + - type: question + id: specific-program + attributes: + label: "Do you contribute under a specific program?" + description: "If yes, please mention the program. If not, you can skip this question." + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE copy/doc_report.yml b/.github/ISSUE_TEMPLATE copy/doc_report.yml index b57adc22a..0404b3fac 100644 --- a/.github/ISSUE_TEMPLATE copy/doc_report.yml +++ b/.github/ISSUE_TEMPLATE copy/doc_report.yml @@ -28,5 +28,10 @@ body: - label: "I follow [Contributing Guidelines](https://github.com/Kritika30032002/ReactCreations/blob/main/contribution.md) of this project." required: true - - label: "I am a IWOC'24 contributor." - required: false \ No newline at end of file + - type: question + id: specific-program + attributes: + label: "Do you contribute under a specific program?" + description: "If yes, please mention the program. If not, you can skip this question." + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE copy/feature_request.yml b/.github/ISSUE_TEMPLATE copy/feature_request.yml index 984515dc2..042b378d0 100644 --- a/.github/ISSUE_TEMPLATE copy/feature_request.yml +++ b/.github/ISSUE_TEMPLATE copy/feature_request.yml @@ -29,5 +29,10 @@ body: - label: "I follow [Contributing Guidelines](https://github.com/Kritika30032002/ReactCreations/blob/main/contribution.md) of this project." required: true - - label: "I am a IWOC'24 contributor." - required: false \ No newline at end of file + - type: question + id: specific-program + attributes: + label: "Do you contribute under a specific program?" + description: "If yes, please mention the program. If not, you can skip this question." + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE copy/other.yml b/.github/ISSUE_TEMPLATE copy/other.yml index f9b879ee4..6020fc044 100644 --- a/.github/ISSUE_TEMPLATE copy/other.yml +++ b/.github/ISSUE_TEMPLATE copy/other.yml @@ -33,5 +33,10 @@ body: - label: "I follow [Contributing Guidelines](https://github.com/Kritika30032002/ReactCreations/blob/main/contribution.md) of this project." required: true - - label: "I am a IWOC'24 contributor." - required: false \ No newline at end of file + - type: question + id: specific-program + attributes: + label: "Do you contribute under a specific program?" + description: "If yes, please mention the program. If not, you can skip this question." + validations: + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE copy/style.yml b/.github/ISSUE_TEMPLATE copy/style.yml index 15028802c..c4a77d166 100644 --- a/.github/ISSUE_TEMPLATE copy/style.yml +++ b/.github/ISSUE_TEMPLATE copy/style.yml @@ -24,5 +24,10 @@ body: - label: "I follow [Contributing Guidelines](https://github.com/Kritika30032002/ReactCreations/blob/main/contribution.md) of this project." required: true - - label: "I am a IWOC'24 contributor." - required: false \ No newline at end of file + - type: question + id: specific-program + attributes: + label: "Do you contribute under a specific program?" + description: "If yes, please mention the program. If not, you can skip this question." + validations: + required: false \ No newline at end of file