mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +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
|
||||
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.
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user