-
Notifications
You must be signed in to change notification settings - Fork 888
docs: prepare for v4 release and move to ui3.nuxt.com
#5019
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
Conversation
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Jakub <jakub.michalek@freelo.io> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
commit: |
label: Package | ||
options: | ||
- v4.0.0-alpha.x | ||
- v4.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation URL in the feature request template still points to https://ui.nuxt.com
but should be updated to https://ui3.nuxt.com
to be consistent with the v3 documentation migration pattern.
View Details
π Patch Details
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index ff895694..576e7921 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
- Before requesting a feature, please make sure that you have read through our [documentation](https://ui.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
+ Before requesting a feature, please make sure that you have read through our [documentation](https://ui3.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
- type: dropdown
id: package
attributes:
Analysis
Documentation URL inconsistency in feature request template
What fails: The feature request template in .github/ISSUE_TEMPLATE/feature-request.yml
references https://ui.nuxt.com/
while the project's package.json declares https://ui3.nuxt.com
as the official homepage
How to reproduce:
- Check package.json line 8:
"homepage": "https://ui3.nuxt.com"
- Check
.github/ISSUE_TEMPLATE/feature-request.yml
line 8: links tohttps://ui.nuxt.com/
Result: Template directs users to ui.nuxt.com instead of the canonical ui3.nuxt.com homepage
Expected: Template should reference the official homepage URL declared in package.json for consistency
label: Package | ||
options: | ||
- v4.0.0-alpha.x | ||
- v4.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation URL in the bug report template still points to https://ui.nuxt.com
but should be updated to https://ui3.nuxt.com
to be consistent with the v3 documentation migration pattern.
View Details
π Patch Details
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index 3950957f..59a35d00 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
- Before reporting a bug, please make sure that you have read through our [documentation](https://ui.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
+ Before reporting a bug, please make sure that you have read through our [documentation](https://ui3.nuxt.com/) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue%20is%3Aopen%20sort%3Aupdated-desc).
- type: textarea
id: env
attributes:
Analysis
Bug report template uses incorrect documentation URL
What fails: Bug report template in .github/ISSUE_TEMPLATE/bug-report.yml
line 8 links to https://ui.nuxt.com/
but project configuration specifies https://ui3.nuxt.com
as the canonical documentation URL
How to reproduce:
- Check line 8 in
.github/ISSUE_TEMPLATE/bug-report.yml
- shows[documentation](https://ui.nuxt.com/)
- Check
package.json
homepage field - shows"homepage": "https://ui3.nuxt.com"
- Check
docs/nuxt.config.ts
production site URL - showsurl: 'https://ui3.nuxt.com'
Result: Bug report template directs users to ui.nuxt.com
while project's canonical URL is ui3.nuxt.com
Expected: Template should use the same documentation URL as specified in package.json and docs config for consistency
ui3.nuxt.com
ui3.nuxt.com
π Linked issue
β Type of change
π Description
This PR needs to be merged right after the
v4.0.0
release.π Checklist