Commit df4221c 1 parent c82fc12 commit df4221c Copy full SHA for df4221c
File tree 2 files changed +41
-16
lines changed
2 files changed +41
-16
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug Report
2
+ description : Something not working as expected
3
+ labels : [bug]
4
+ body :
5
+ - type : textarea
6
+ attributes :
7
+ label : Current behavior
8
+ description : Describe how the issue manifests and please include relevant error messages and steps to reproduce it.
9
+ validations :
10
+ required : true
11
+
12
+ - type : textarea
13
+ attributes :
14
+ label : Expected behavior
15
+ description : Describe what the desired behavior would be.
16
+ validations :
17
+ required : true
18
+
19
+ - type : input
20
+ attributes :
21
+ label : Versions
22
+ description : What versions of the package are you using?
23
+ placeholder : |
24
+ @litehex/node-vault@1.0.0
25
+ node@22.0.0
26
+ validations :
27
+ required : true
Original file line number Diff line number Diff line change 1
- # Borrowed from https://github.com/skeletonlabs/skeleton
2
-
3
1
name : 🛠️ Request New Feature
4
2
description : Let us know what you would like to see added.
5
- labels : ['type: feature' ]
3
+ labels : [feature]
6
4
body :
7
5
- type : textarea
8
- id : description
9
6
attributes :
10
- label : Describe the feature in detail (code, mocks, or screenshots encouraged)
7
+ label : New feature motivation
8
+ description : Describe the context, the use-case and the advantages of the feature request.
11
9
validations :
12
10
required : true
13
- - type : dropdown
14
- id : category
11
+
12
+ - type : textarea
15
13
attributes :
16
- label : What type of pull request would this be?
17
- options :
18
- - ' New Feature'
19
- - ' Enhancement'
20
- - ' Guide'
21
- - ' Docs'
22
- - ' Other'
14
+ label : New feature description
15
+ description : Describe the functional changes that would have to be made.
16
+ validations :
17
+ required : true
18
+
23
19
- type : textarea
24
- id : references
25
20
attributes :
26
- label : Provide relevant links or additional information.
21
+ label : New feature implementation
22
+ description : Optionally describe the technical changes to be made.
23
+ validations :
24
+ required : false
You can’t perform that action at this time.
0 commit comments