You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,9 @@ body:
62
62
required: true
63
63
- label: Read the [Documentation](https://vue-i18n.intlify.dev/)
64
64
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.
66
66
required: true
67
67
- label: Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/intlify/vue-i18n-next/discussions)
68
68
required: true
69
+
- label: The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
0 commit comments