diff --git a/.github/ISSUE_TEMPLATE/enchantment.yml b/.github/ISSUE_TEMPLATE/enhancement.yml similarity index 73% rename from .github/ISSUE_TEMPLATE/enchantment.yml rename to .github/ISSUE_TEMPLATE/enhancement.yml index 515c6647..31994af5 100644 --- a/.github/ISSUE_TEMPLATE/enchantment.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,19 +1,19 @@ -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 + 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 - 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 +28,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: