Skip to content

Commit

Permalink
added new issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashyap1ankit committed Nov 28, 2024
1 parent f042276 commit 930bddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,8 +26,8 @@ body:
label: Are you willing to solve it
multiple: false
options:
- Yes
- No
- "Yes"
- "No"
- type: checkboxes
id: terms
attributes:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ body:
label: Is this a breaking change
multiple: false
options:
- Yes
- No
- "Yes"
- "No"

- type: dropdown
id: interested
attributes:
label: Are you willing to solve it
multiple: false
options:
- Yes
- No
- "Yes"
- "No"

- type: checkboxes
id: terms
Expand Down

0 comments on commit 930bddf

Please sign in to comment.