chore(github): improve issue templates

This commit is contained in:
Benjamin Canac
2023-09-23 12:04:43 +02:00
parent 568772382f
commit 4b68760f6a
4 changed files with 40 additions and 36 deletions

View File

@@ -1,31 +1,34 @@
---
name: Bug report
about: Report a bug report to help us improve the module.
name: 🐛 Bug report
about: Report a bug to help us improve the module.
title: ''
labels: 'bug'
assignees: ''
---
<!-- **IMPORTANT!**
Before reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. -->
### Version
@nuxt/ui: <!-- ex: v2.0.0 -->
nuxt: <!-- ex: v3.5.0 -->
### Reproduction Link
<!--
A minimal test case based on one of:
- a GitHub repository that can reproduce the bug
- https://stackblitz.com/edit/nuxt-ui
Before reporting a bug, please make sure that you have read through our documentation and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
-->
### Steps to reproduce
### Version
@nuxt/ui: <!-- v2.8.0 -->
nuxt: <!-- v3.7.0 -->
### What is Expected?
### Reproduction
<!--
Please provide a reproduction link using this template: https://stackblitz.com/edit/nuxt-ui. A minimal reproduction is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided we might close it.
-->
### What is actually happening?
### Description
<!--
A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description.
-->
### Additional context
<!--
Add any other context or screenshots about the bug report here.
-->

View File

@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Nuxt Community Discord
- name: 📖 Documentation
url: https://ui.nuxt.com/
about: Check the documentation for guides and examples.
- name: #️⃣ Discord
url: https://discord.nuxtjs.org/
about: Consider asking questions about the module here.
about: Consider asking questions in the `#ui` channel.

View File

@@ -1,20 +1,23 @@
---
name: Feature request
name: 🚀 Feature request
about: Suggest an idea or enhancement for the module.
title: ''
labels: 'enhancement'
assignees: ''
---
### Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
<!-- **IMPORTANT!**
Before requesting a feature, please make sure that you have read through our documentation and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
-->
### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->
### Description
### Describe alternatives you've considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
<!--
A clear and concise description of what you think would be an helpful addition to the module, including the possible use cases and alternatives you have considered. If you have a working prototype or module that implements it, please include a link.
-->
### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
<!--
Add any other context or screenshots about the feature request here.
-->

View File

@@ -1,16 +1,11 @@
---
name: Question
name: 💬 Question
about: Ask a question about the module.
title: ''
labels: 'question'
assignees: ''
---
<!-- **IMPORTANT!**
Please make sure to look for an answer to your question in our documentation and the documentation before asking a question here.
If you have a general question regarding the module use Discord `modules` channel. Thanks!
Nuxt Discord: https://discord.nuxtjs.org/
Please make sure that you have read through our documentation and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) before asking here.
-->