mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
docs: fix dead anchor for issue reporting guidelines in template (#8578)
This commit is contained in:
parent
b4863934de
commit
a0058f9c5a
4 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -26,7 +26,7 @@ body:
|
|||
attributes:
|
||||
label: Have you read the Contributing Guidelines on issues?
|
||||
options:
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues).
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
|
|
2
.github/ISSUE_TEMPLATE/documentation.yml
vendored
2
.github/ISSUE_TEMPLATE/documentation.yml
vendored
|
@ -27,7 +27,7 @@ body:
|
|||
attributes:
|
||||
label: Have you read the Contributing Guidelines on issues?
|
||||
options:
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues).
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
|
|
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -15,7 +15,7 @@ body:
|
|||
attributes:
|
||||
label: Have you read the Contributing Guidelines on issues?
|
||||
options:
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues).
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
|
|
2
.github/ISSUE_TEMPLATE/proposal.yml
vendored
2
.github/ISSUE_TEMPLATE/proposal.yml
vendored
|
@ -23,7 +23,7 @@ body:
|
|||
attributes:
|
||||
label: Have you read the Contributing Guidelines on issues?
|
||||
options:
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues).
|
||||
- label: I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
|
|
Loading…
Add table
Reference in a new issue