From 4b68760f6ae3bf24fca16a1154b4881abd643d8c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 23 Sep 2023 12:04:43 +0200 Subject: [PATCH] chore(github): improve issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 39 ++++++++++++----------- .github/ISSUE_TEMPLATE/config.yml | 7 ++-- .github/ISSUE_TEMPLATE/feature-request.md | 21 ++++++------ .github/ISSUE_TEMPLATE/question.md | 9 ++---- 4 files changed, 40 insertions(+), 36 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3d4b940d..5a27ead8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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: '' - --- - -### Version -@nuxt/ui: -nuxt: - -### Reproduction Link - - -### Steps to reproduce +### Version +@nuxt/ui: +nuxt: -### What is Expected? +### Reproduction + -### What is actually happening? +### Description + + + +### Additional context + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1224ebc2..5d676e3d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index f6a5b872..1c71c5ee 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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. - + -### Describe the solution you'd like - +### Description -### Describe alternatives you've considered - + ### Additional context - + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index d9cc348b..c3f27528 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,16 +1,11 @@ --- -name: Question +name: 💬 Question about: Ask a question about the module. title: '' labels: 'question' assignees: '' - ---