File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments