Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update the issue templates #687

Merged
merged 2 commits into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
zoey-kaiser marked this conversation as resolved.
Show resolved Hide resolved
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
Loading