Skip to content

Commit

Permalink
chore: update links (#2730)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Jun 6, 2023
1 parent d45bcb9 commit 28ace22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
or are unsure if this is really a bug, make sure to:
- Read the `README.md` of using the package
- Already used the [Interactive Docs](https://uno.antfu.me)
- Already used the [Interactive Docs](https://unocss.dev/interactive/)
- Ask on [GitHub Discussion](https://github.com/unocss/unocss/discussions) or join our [Discord Chat Server](https://chat.antfu.me)
- type: input
Expand All @@ -30,7 +30,7 @@ body:
id: reproduction
attributes:
label: Reproduction
description: Please provide a link to [Playground](https://uno.antfu.me/play) or [StackBlitz](https://stackblitz.com/fork/github/unocss/unocss/tree/main/examples/vite-vue3) or a github repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem.
description: Please provide a link to [Playground](https://unocss.dev/play/) or [StackBlitz](https://stackblitz.com/fork/github/unocss/unocss/tree/main/examples/vite-vue3) or a github repo that can reproduce the problem you ran into. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required unless you are absolutely sure that the issue is obvious and the provided information is enough to understand the problem. [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required).
placeholder: Reproduction
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body:
required: true
- label: Read the `README.md` of using the package.
required: true
- label: Already used the [Interactive Docs](https://uno.antfu.me).
- label: Already used the [Interactive Docs](https://unocss.dev/interactive/).
required: false
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
required: true

0 comments on commit 28ace22

Please sign in to comment.