From 45d9ebb8858721a94cd8ea2cdeeab6bb93b34b81 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 20:41:51 +0100 Subject: [PATCH 1/5] Update feature-requests.yml --- .github/DISCUSSION_TEMPLATE/feature-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml index 5899b4a7..e7ff6ab4 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -18,7 +18,7 @@ body: id: provider attributes: label: Which provider would this enchantment improve? - description: "We currently offer three providers: authjs, local and refresh. If the enchanment is a general one, please select all three." + description: We currently offer three providers authjs, local and refresh. If the enchanment is a general one, please select all three. options: - label: AuthJS - label: Local From b89a68039feb04521875c69d6ebb4d4e0c666c1a Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 20:43:48 +0100 Subject: [PATCH 2/5] Delete .github/DISCUSSION_TEMPLATE directory --- .../DISCUSSION_TEMPLATE/feature-requests.yml | 33 ------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/DISCUSSION_TEMPLATE/feature-requests.yml diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml deleted file mode 100644 index e7ff6ab4..00000000 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: "🚀 Feature request" -description: Suggest a feature that will improve NuxtAuth -labels: ["pending", "enchantment"] -body: - - type: markdown - attributes: - value: | - Thank you for taking the time to fill out this feature request! - - 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. If you have a working prototype or module that implements it, please include a link. - placeholder: Feature description - validations: - required: true - - type: checkboxes - id: provider - attributes: - label: Which provider would this enchantment improve? - description: We currently offer three providers authjs, local and refresh. If the enchanment is a general one, please select all three. - options: - - label: AuthJS - - label: Local - - label: Refresh - - label: New Provider - - 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? From 1a70ad00b5fe4666358db93085bddeb1c6d9c311 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 20:57:22 +0100 Subject: [PATCH 3/5] Create enchantment.yml --- .github/ISSUE_TEMPLATE/enchantment.yml | 49 ++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/enchantment.yml diff --git a/.github/ISSUE_TEMPLATE/enchantment.yml b/.github/ISSUE_TEMPLATE/enchantment.yml new file mode 100644 index 00000000..515c6647 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enchantment.yml @@ -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 From c01d3c35b2befea3890ce1cf3534cb6031156f86 Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 21:01:17 +0100 Subject: [PATCH 4/5] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3daa74ee..779fb139 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! From b5695a0add622749eb4ee3b194736292aa3d95bb Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 23 Feb 2024 21:02:00 +0100 Subject: [PATCH 5/5] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f99be3b8..ef48f7e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,5 @@ ### 🔗 Linked issue @@ -22,16 +19,9 @@ Please carefully read the contribution docs before creating a pull request ### 📚 Description - - - ### 📝 Checklist - - - - - [ ] I have linked an issue or discussion. - [ ] I have added tests (if possible). - [ ] I have updated the documentation accordingly.