From 930bddf30dfb9f73782ea91040e32dc70196feb5 Mon Sep 17 00:00:00 2001 From: Ankit Date: Fri, 29 Nov 2024 00:14:18 +0530 Subject: [PATCH] added new issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- .github/ISSUE_TEMPLATE/doc.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2dfbfcf..0012145 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -9,7 +9,7 @@ body: attributes: label: What's the bug? description: What and where is actually the issue is? - placeholder: ex. Input form is not getting submitted + placeholder: ex. Input form is 'No't getting submitted validations: required: true - type: textarea @@ -26,8 +26,8 @@ body: label: Are you willing to solve it multiple: false options: - - Yes - - No + - "Yes" + - "No" - type: checkboxes id: terms attributes: diff --git a/.github/ISSUE_TEMPLATE/doc.yml b/.github/ISSUE_TEMPLATE/doc.yml index a36eef0..2f3a220 100644 --- a/.github/ISSUE_TEMPLATE/doc.yml +++ b/.github/ISSUE_TEMPLATE/doc.yml @@ -27,8 +27,8 @@ body: label: Is this a breaking change multiple: false options: - - Yes - - No + - "Yes" + - "No" - type: dropdown id: interested @@ -36,8 +36,8 @@ body: label: Are you willing to solve it multiple: false options: - - Yes - - No + - "Yes" + - "No" - type: checkboxes id: terms