Skip to content

Commit 669ed2a

Browse files
committed
chore: add issue template
1 parent 78a3145 commit 669ed2a

File tree

5 files changed

+98
-0
lines changed

5 files changed

+98
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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?
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)