Skip to content

Commit d4d0c4c

Browse files
committed
update issue templates
1 parent 74c87c2 commit d4d0c4c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ body:
6262
required: true
6363
- label: Read the [Documentation](https://vue-i18n.intlify.dev/)
6464
required: true
65-
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
65+
- label: Check that there isn't [already an issue](https://github.com/intlify/vue-i18n-next/issues) that reports the same bug to avoid creating a duplicate.
6666
required: true
6767
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/intlify/vue-i18n-next/discussions)
6868
required: true
69+
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
70+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Discord Chat
3+
- name: Discord Chat at Vue Land
44
url: https://chat.vuejs.org/
5-
about: For simple beginner questions, you can get quick answers from `#vue-i18n` channel of Discord
5+
about: For simple beginner questions, you can get quick answers from Discord
66
- name: Questions & Discussions
77
url: https://github.com/intlify/vue-i18n-next/discussions
88
about: Use GitHub discussions for message-board style questions and discussions.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ body:
4040
required: true
4141
- label: Read the [Documentation](https://vue-i18n.intlify.dev/)
4242
required: true
43-
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
43+
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
4444
required: true

0 commit comments

Comments
 (0)