File tree Expand file tree Collapse file tree 5 files changed +98
-0
lines changed Expand file tree Collapse file tree 5 files changed +98
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 🐛 Bug report
2
+ description : Something's not working
3
+ title : ' fix: '
4
+ labels : [bug]
5
+ body :
6
+ - type : textarea
7
+ validations :
8
+ required : true
9
+ attributes :
10
+ label : 🐛 The bug
11
+ description : What isn't working? Describe what the bug is.
12
+ - type : input
13
+ validations :
14
+ required : true
15
+ attributes :
16
+ label : 🛠️ To reproduce
17
+ description : " A reproduction of the bug. Please use the Nuxt Scripts starter https://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue"
18
+ placeholder : https://stackblitz.com/[...]
19
+ - type : textarea
20
+ validations :
21
+ required : true
22
+ attributes :
23
+ label : 🌈 Expected behavior
24
+ description : What did you expect to happen? Is there a section in the docs about this?
25
+ - type : textarea
26
+ attributes :
27
+ label : ℹ️ Additional context
28
+ description : Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - name : Request a new registry script
3
+ url : https://github.com/nuxt/scripts/discussions/177
4
+ about : Want to see a new script added to the registry? Request it here.
Original file line number Diff line number Diff line change
1
+ name : 📚 Documentation
2
+ description : How do I ... ?
3
+ title : ' docs: '
4
+ labels : [documentation]
5
+ body :
6
+ - type : textarea
7
+ validations :
8
+ required : true
9
+ attributes :
10
+ label : 📚 Is your documentation request related to a problem?
11
+ description : A clear and concise description of what the problem is.
12
+ placeholder : I feel I should be able to [...] but I can't see how to do it from the docs.
13
+ - type : textarea
14
+ attributes :
15
+ label : 🔍 Where should you find it?
16
+ description : What page of the docs do you expect this information to be found on?
17
+ - type : textarea
18
+ attributes :
19
+ label : ℹ️ Additional context
20
+ description : Add any other context or information.
Original file line number Diff line number Diff line change
1
+ name : 🆕 Feature suggestion
2
+ description : Suggest an idea
3
+ title : ' feat: '
4
+ labels : [enhancement]
5
+ body :
6
+ - type : textarea
7
+ validations :
8
+ required : true
9
+ attributes :
10
+ label : 🆒 Your use case
11
+ description : Add a description of your use case, and how this feature would help you.
12
+ placeholder : When I do [...] I would expect to be able to do [...]
13
+ - type : textarea
14
+ validations :
15
+ required : true
16
+ attributes :
17
+ label : 🆕 The solution you'd like
18
+ description : Describe what you want to happen.
19
+ - type : textarea
20
+ attributes :
21
+ label : 🔍 Alternatives you've considered
22
+ description : Have you considered any alternative solutions or features?
23
+ - type : textarea
24
+ attributes :
25
+ label : ℹ️ Additional info
26
+ description : Is there any other context you think would be helpful to know?
Original file line number Diff line number Diff line change
1
+ name : 🆘 Help
2
+ description : I need help with ...
3
+ title : ' help: '
4
+ labels : [help wanted]
5
+ body :
6
+ - type : textarea
7
+ validations :
8
+ required : true
9
+ attributes :
10
+ label : 📚 What are you trying to do?
11
+ description : A clear and concise description of your objective.
12
+ placeholder : I'm not sure how to [...].
13
+ - type : textarea
14
+ attributes :
15
+ label : 🔍 What have you tried?
16
+ description : Have you looked through the docs? Tried different approaches? The more detail the better.
17
+ - type : textarea
18
+ attributes :
19
+ label : ℹ️ Additional context
20
+ description : Add any other context or information.
You can’t perform that action at this time.
0 commit comments