Skip to content

Commit 651295d

Browse files
committed
docs: update issue templates
1 parent 679cf8f commit 651295d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thanks for taking the time to fill out this bug report!
8+
NOTICE: This repository is only for VuePress core packages. Please go to the corresponding repository for themes / plugins / documentation issues.
9+
- [vuepress/ecosystem](https://github.com/vuepress/ecosystem): Official themes and plugins.
10+
- [vuepress/docs](https://github.com/vuepress/docs): Official documentation.
911
- type: textarea
1012
id: bug-description
1113
attributes:
@@ -18,7 +20,7 @@ body:
1820
id: reproduction
1921
attributes:
2022
label: Reproduction
21-
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.
23+
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.
2224
placeholder: Reproduction
2325
validations:
2426
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ contact_links:
33
- name: Question & Discussion
44
url: https://github.com/vuepress/core/discussions
55
about: Please ask and answer questions here.
6+
- name: Themes & Plugins Issue
7+
url: https://github.com/vuepress/ecosystem/issues
8+
about: Please go to the ecosystem repository for themes and plugins issues.
9+
- name: Documentation Issue
10+
url: https://github.com/vuepress/docs/issues
11+
about: Please go to the docs repository for documentation issues.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thanks for your interest in the project and taking the time to fill out this feature request!
8+
NOTICE: This repository is only for VuePress core packages. Please go to the corresponding repository for themes / plugins / documentation feature requests.
9+
- [vuepress/ecosystem](https://github.com/vuepress/ecosystem): Official themes and plugins.
10+
- [vuepress/docs](https://github.com/vuepress/docs): Official documentation.
911
- type: textarea
1012
id: feature-description
1113
attributes:

0 commit comments

Comments
 (0)