mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 20:57:57 +01:00
chore(github): improve issue templates
This commit is contained in:
39
.github/ISSUE_TEMPLATE/bug-report.md
vendored
39
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,31 +1,34 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: 🐛 Bug report
|
||||||
about: Report a bug report to help us improve the module.
|
about: Report a bug to help us improve the module.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'bug'
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- **IMPORTANT!**
|
<!-- **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. -->
|
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).
|
||||||
|
|
||||||
### 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
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### 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.
|
||||||
|
-->
|
||||||
|
|||||||
7
.github/ISSUE_TEMPLATE/config.yml
vendored
7
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
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/
|
url: https://discord.nuxtjs.org/
|
||||||
about: Consider asking questions about the module here.
|
about: Consider asking questions in the `#ui` channel.
|
||||||
|
|||||||
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
21
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@@ -1,20 +1,23 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: 🚀 Feature request
|
||||||
about: Suggest an idea or enhancement for the module.
|
about: Suggest an idea or enhancement for the module.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'enhancement'
|
labels: 'enhancement'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Is your feature request related to a problem? Please describe.
|
<!-- **IMPORTANT!**
|
||||||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
|
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
|
### Description
|
||||||
<!-- A clear and concise description of what you want to happen. -->
|
|
||||||
|
|
||||||
### 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
|
### Additional context
|
||||||
<!-- Add any other context or screenshots about the feature request here. -->
|
|
||||||
|
<!--
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
|
-->
|
||||||
|
|||||||
9
.github/ISSUE_TEMPLATE/question.md
vendored
9
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,16 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Question
|
name: 💬 Question
|
||||||
about: Ask a question about the module.
|
about: Ask a question about the module.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'question'
|
labels: 'question'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- **IMPORTANT!**
|
<!-- **IMPORTANT!**
|
||||||
Please make sure to look for an answer to your question in our documentation and the documentation before asking a question here.
|
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.
|
||||||
|
|
||||||
If you have a general question regarding the module use Discord `modules` channel. Thanks!
|
|
||||||
|
|
||||||
Nuxt Discord: https://discord.nuxtjs.org/
|
|
||||||
-->
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user