Skip to content

Commit

Permalink
fix: Issue Template docs link (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakit0 committed Apr 9, 2022
1 parent 52fb548 commit 03aff85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -52,7 +52,7 @@ body:
required: true
- label: Read the [Contributing Guidelines](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md).
required: true
- label: Read the [docs](https://vitest.dev/guide).
- label: Read the [docs](https://vitest.dev/guide/).
required: true
- label: Check that there isn't [already an issue](https://github.com/vitest-dev/vitest/issues) that reports the same bug to avoid creating a duplicate.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Expand Up @@ -40,7 +40,7 @@ body:
required: true
- label: Read the [Contributing Guidelines](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md).
required: true
- label: Read the [docs](https://vitest.dev/guide).
- label: Read the [docs](https://vitest.dev/guide/).
required: true
- 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 03aff85

Please sign in to comment.