Skip to content

Commit 8765faf

Browse files
committed
📦 NEW: Issues template and discussions
1 parent 030b885 commit 8765faf

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 💬 Discussions
4+
url: https://github.com/nuxtrdev/nuxtr-vscode/discussions
5+
about: Use discussions if you have an idea, an improvement or for asking questions.

.github/ISSUE_TEMPLATE/issue.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 🐞 Bug Report
2+
description: Report any issues and help us enhance Nuxtr
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: textarea
11+
id: bug-env
12+
attributes:
13+
label: Environment
14+
description: You can use `npx nuxi info` to fill this section
15+
placeholder: Environment
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: bug-description
20+
attributes:
21+
label: What went wrong?
22+
description: Explain what were you trying to do and what happened.
23+
placeholder: Bug description
24+
validations:
25+
required: true

0 commit comments

Comments
 (0)