File tree 4 files changed +28
-21
lines changed
4 files changed +28
-21
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐞 Bug report
2
2
description : Help improve React Bits.
3
3
labels : ["bug"]
4
- title : " bug : "
4
+ title : " [BUG] : "
5
5
body :
6
6
- type : markdown
7
7
attributes :
Original file line number Diff line number Diff line change
1
+ name : 💡 Feature Request
2
+ description : Suggest something for React Bits.
3
+ labels : ["enhancement"]
4
+ title : " [FEAT]: "
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ ## Thanks for trying to improve React Bits!
10
+ Before continuing make sure you have checked other issues to see if your idea has already been discussed / addressed.
11
+ - type : textarea
12
+ id : desc
13
+ attributes :
14
+ label : Share your suggestion
15
+ description : What would you like to see in React Bits?
16
+ placeholder : I want flying pigs in a component please
17
+ validations :
18
+ required : true
19
+ - type : checkboxes
20
+ id : terms
21
+ attributes :
22
+ label : Validations
23
+ description : Please make sure you have checked all of the following.
24
+ options :
25
+ - label : I have checked other issues to see if my issue was already discussed or addressed
26
+ required : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const ContributionSection = () => {
36
36
< Button
37
37
cursor = "pointer"
38
38
as = "a"
39
- href = { `https://github.com/DavidHDev/react-bits/issues/new?title=[FEAT]:+${ category } /${ subcategory } &labels=enhancement&template=feature-request.md ` }
39
+ href = { `https://github.com/DavidHDev/react-bits/issues/new?title=[FEAT]:+${ category } /${ subcategory } &labels=enhancement&template=2- feature-request.yml ` }
40
40
rel = "noreferrer"
41
41
target = "_blank"
42
42
fontSize = "sm"
You can’t perform that action at this time.
0 commit comments