From 3a2a91e1cc1d6039ffc2e3260aa09d2cd0f52fec Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 26 Feb 2024 11:16:25 +0100 Subject: [PATCH 1/2] Update and rename enchantment.yml to enhancement.yml --- .../{enchantment.yml => enhancement.yml} | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) rename .github/ISSUE_TEMPLATE/{enchantment.yml => enhancement.yml} (70%) diff --git a/.github/ISSUE_TEMPLATE/enchantment.yml b/.github/ISSUE_TEMPLATE/enhancement.yml similarity index 70% rename from .github/ISSUE_TEMPLATE/enchantment.yml rename to .github/ISSUE_TEMPLATE/enhancement.yml index 515c6647..f3154832 100644 --- a/.github/ISSUE_TEMPLATE/enchantment.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,19 +1,14 @@ -name: "🚀 Enchantment" +name: "🚀 Enhancement" description: Suggest an enchantment that will improve NuxtAuth -labels: ["pending", "enchantment"] +labels: ["pending", "enhancement"] body: - type: markdown attributes: value: | Thank you for taking the time to fill out this feature request! - Please note: Only post enchanments that you have properly considered. This means: - - You have properly determined what problem your enchanment fixes - - How you would recommend implementing your enchancement - - How this change would impact NuxtAuth - - If you are still unsure about your implementation or would like to discuss it prior, open a discussion first: - 👉 https://github.com/sidebase/nuxt-auth/discussions/new?category=feature-requests + Please carefully read the Nuxt contribution docs before suggesting a new feature + 👉 https://nuxt.com/docs/community/contribution/#creating-an-issue - type: textarea id: feature-description attributes: @@ -28,8 +23,6 @@ body: label: How would you implement this? description: For this, please outline how this feature would work. This could be in the form of a textual description, or a walkthrough of what would be adjusted inside the code. placeholder: Feature description - validations: - required: true - type: checkboxes id: additional-info attributes: From f208ac240b6904f178c535808766400288eb013e Mon Sep 17 00:00:00 2001 From: Zoey Date: Mon, 26 Feb 2024 12:10:44 +0100 Subject: [PATCH 2/2] Update enhancement.yml --- .github/ISSUE_TEMPLATE/enhancement.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index f3154832..31994af5 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -7,6 +7,11 @@ body: value: | Thank you for taking the time to fill out this feature request! + Please note: Only post enhancements that you have properly considered. This means: + - You have properly determined what problem your enhancements fixes + - How you would recommend implementing your enhancements + - How this change would impact NuxtAuth + Please carefully read the Nuxt contribution docs before suggesting a new feature 👉 https://nuxt.com/docs/community/contribution/#creating-an-issue - type: textarea