Skip to content

Commit c08a381

Browse files
authored
Merge pull request #450 from NarendraKoya999/Bug-yml
fix: Resolved Errors in feature-request.yml File and styles.yml File
2 parents 4b9d9d0 + 8c866de commit c08a381

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Description
1010
description: A clear and concise description of any alternative solution or features you've considered.
1111
validations:
12-
required:
12+
required: true
1313
- type: textarea
1414
id: screenshots
1515
attributes:
@@ -24,7 +24,7 @@ body:
2424
description: Add any other context or anything else about this idea
2525
validations:
2626
required: false
27-
- type: checkboxes
27+
- type: checkboxes
2828
id: terms
2929
attributes:
3030
label: Code of Conduct

.github/ISSUE_TEMPLATE/style.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Style Changing Request"
2-
description: "Suggest a style designs"
2+
description: "Suggest style designs"
33
title: "[style]: "
44
labels: ["style"]
55
body:
@@ -12,14 +12,14 @@ body:
1212
attributes:
1313
label: What's the style idea?
1414
placeholder: Add descriptions
15-
value: "We need to improve "
15+
value: "We need to improve "
1616
validations:
1717
required: true
1818
- type: textarea
1919
id: screenshots
2020
attributes:
2121
label: Add screenshots
22-
description: Add screenshots to see the demo
22+
description: Add screenshots to showcase the style
2323
placeholder: Add screenshots
2424
value: "Add screenshots"
2525
- type: checkboxes
@@ -29,12 +29,10 @@ body:
2929
description: By submitting this issue, you agree to follow our Code of Conduct
3030
options:
3131
- label: "I agree to follow this project's Code of Conduct"
32-
33-
- type: checkboxes
32+
- type: checkboxes
3433
id: gssoc
3534
attributes:
36-
label: gssoc23
35+
label: GSSoC'23
3736
description: "This is for GSSoC'23 contributors only."
3837
options:
39-
- label: "I am a GSSOC'23 Contributor."
40-
38+
- label: "I am a GSSoC'23 Contributor."

0 commit comments

Comments
 (0)