Skip to content

Commit

Permalink
chore: Update the issue templates (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Feb 26, 2024
1 parent d53b606 commit 7a4ee79
Showing 1 changed file with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 7a4ee79

Please sign in to comment.