docs: link to module request issue template (#19754)

This commit is contained in:
Ege İliklier 2023-03-20 02:19:42 +03:00 committed by GitHub
parent ce575b49e3
commit bf0cabb000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -621,13 +621,13 @@ The module starter comes with a default set of tools and configurations (e.g. ES
### Listing Your Community Module
Any community modules are welcome to be listed on [the module list](/modules). To be listed, open an issue in the [nuxt/modules](https://github.com/nuxt/modules/issues/new) repository, the Nuxt team can help you to apply best practices before listing.
Any community modules are welcome to be listed on [the module list](/modules). To be listed, [open an issue in the nuxt/modules](https://github.com/nuxt/modules/issues/new?template=module_request.yml) repository. The Nuxt team can help you to apply best practices before listing.
### Joining `nuxt-modules` and `@nuxtjs/`
By moving your modules to [nuxt-modules](https://github.com/nuxt-modules), there is always someone else to help, and this way, we can join forces to make one perfect solution.
If you have an already published and working module, and want to transfer it to `nuxt-modules`, open an issue in [nuxt/modules](https://github.com/nuxt/modules/issues/new).
If you have an already published and working module, and want to transfer it to `nuxt-modules`, [open an issue in nuxt/modules](https://github.com/nuxt/modules/issues/new).
By joining `nuxt-modules` we can rename your community module under the `@nuxtjs/` scope and provide a subdomain (e.g. `my-module.nuxtjs.org`) for its documentation.