From 07197c531e21142c9b51a24a09bf21169e064f25 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 17 May 2023 10:05:22 +0200 Subject: [PATCH] chore(github): add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 30 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 16 ++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..30196bbd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Report a bug report to help us improve the module. +title: '' +labels: 'bug' +assignees: '' + +--- + + + +### Version +@nuxthq/ui: +nuxt: + +### Reproduction Link + + + +### Steps to reproduce + + +### What is Expected? + + +### What is actually happening? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..1224ebc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Nuxt Community Discord + url: https://discord.nuxtjs.org/ + about: Consider asking questions about the module here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..f6a5b872 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +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 + + +### Describe alternatives you've considered + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..d9cc348b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,16 @@ +--- +name: Question +about: Ask a question about the module. +title: '' +labels: 'question' +assignees: '' + +--- + +