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

fix: Fix Discussions template #683

Merged
merged 5 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
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
33 changes: 0 additions & 33 deletions .github/DISCUSSION_TEMPLATE/feature-requests.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: πŸ“š nuxt-auth documentation
- name: πŸ“š Documentation
url: https://sidebase.io/nuxt-auth
about: Check the documentation for usage of nuxt-auth
- name: πŸš€ Feature request
url: https://github.com/sidebase/nuxt-auth/discussions/new?category=feature-requests
about: Suggest a feature to improve this project
about: Check the documentation for usage of nuxt-auth!
- name: ⭐ Other projects
url: https://sidebase.io
about: Supercharge your Nuxt application with more of our projects!
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/enchantment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: "πŸš€ Enchantment"
description: Suggest an enchantment that will improve NuxtAuth
labels: ["pending", "enchantment"]
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
- type: textarea
id: feature-description
attributes:
label: Describe the feature
description: A clear and concise description of what you think would be a helpful addition to NuxtAuth, including the possible use cases and alternatives you have considered.
placeholder: Feature description
validations:
required: true
- type: textarea
id: feature-implementation
attributes:
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:
label: Additional information
description: Additional information that helps us decide how to proceed.
options:
- label: Would you be willing to help implement this feature?
- type: checkboxes
id: provider-selection
attributes:
label: Provider
description: Please check the provider this feature targets.
options:
- label: AuthJS
- label: Local
- label: Refresh
- label: New Provider
10 changes: 0 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<!---
☝️ PR title should follow conventional commits (https://conventionalcommits.org)

Please carefully read the contribution docs before creating a pull request
πŸ‘‰ https://nuxt.com/docs/community/contribution
-->

### πŸ”— Linked issue
Expand All @@ -22,16 +19,9 @@ Please carefully read the contribution docs before creating a pull request

### πŸ“š Description

<!-- Describe your changes in detail -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If it resolves an open issue, please link to the issue here. For example "Resolves #1337" -->

### πŸ“ Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] I have linked an issue or discussion.
- [ ] I have added tests (if possible).
- [ ] I have updated the documentation accordingly.
Loading