diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 02cbe560f6..267a861997 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,7 +5,9 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! + NOTICE: This repository is only for VuePress core packages. Please go to the corresponding repository for themes / plugins / documentation issues. + - [vuepress/ecosystem](https://github.com/vuepress/ecosystem): Official themes and plugins. + - [vuepress/docs](https://github.com/vuepress/docs): Official documentation. - type: textarea id: bug-description attributes: @@ -18,7 +20,7 @@ body: id: reproduction attributes: label: Reproduction - description: Please provide a link via [v2.vuepress.vuejs.org/new](https://v2.vuepress.vuejs.org/new) or a link to a repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. + description: Please provide a link via [vuepress.vuejs.org/new](https://vuepress.vuejs.org/new) or a link to a repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required. placeholder: Reproduction validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9d8cda4ef8..51e0d1064f 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,9 @@ contact_links: - name: Question & Discussion url: https://github.com/vuepress/core/discussions about: Please ask and answer questions here. + - name: Themes & Plugins Issue + url: https://github.com/vuepress/ecosystem/issues + about: Please go to the ecosystem repository for themes and plugins issues. + - name: Documentation Issue + url: https://github.com/vuepress/docs/issues + about: Please go to the docs repository for documentation issues. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index cdf89e307d..2eb8306549 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,7 +5,9 @@ body: - type: markdown attributes: value: | - Thanks for your interest in the project and taking the time to fill out this feature request! + NOTICE: This repository is only for VuePress core packages. Please go to the corresponding repository for themes / plugins / documentation feature requests. + - [vuepress/ecosystem](https://github.com/vuepress/ecosystem): Official themes and plugins. + - [vuepress/docs](https://github.com/vuepress/docs): Official documentation. - type: textarea id: feature-description attributes: