From 66913117821f764154145fb4c6e5e747c1d1c03c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 17 Jul 2024 14:36:36 +0200 Subject: [PATCH] chore(github): update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b937a3e5a0..5cb32b2b26 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: "🐛 Bug report" description: Report a bug to help us improve the module. -labels: ["bug"] +labels: ["triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index eb7d69d7c6..05927c11ac 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://ui.nuxt.com about: Check the documentation for guides and examples. - name: 📚 Discord - url: https://discord.com/channels/473401852243869706/1153996761426300948 - about: Consider asking questions in the `#ui` channel. + url: https://go.nuxt.com/discord + about: Consider asking questions in the help channel. diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index c147b02c94..4b4ae394a1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: "🚀 Feature request" description: Suggest an idea or enhancement for the module. -labels: ["enhancement"] +labels: ["triage"] body: - type: markdown attributes: