Skip to content

Commit 6a67443

Browse files
committed
20220912C
1 parent 2050d30 commit 6a67443

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: "Status/Pending 🔵,Type/Bug 🐛"
66
> ### Suggested Content List
77
>
88
> - **Describe:** What the bug is?
9-
> - **Version:** What versions are affected? Versions must be listed as supported in the [Security Policy](../../SECURITY.md).
9+
> - **Version:** What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`).
1010
> - **To Reproduce:** If this bug can be reproduce, please list the steps!
1111
> - **Expected Behavior:** What things should expected to happen?
1212
>

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
id: "version"
1616
attributes:
1717
label: "Version"
18-
description: "What versions are affected? Versions must be listed as supported in the [Security Policy](../../SECURITY.md)."
18+
description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919
multiple: true
2020
options:
2121
- "v1.0.1"

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you want to do i18ns and/or translations on the documentations, documents and
3737

3838
- Before create an issue, check whether any similar issues are already exist.
3939
- Any questions should create a discussion instead.
40-
- For any security vulnerability reports, please visit the [Security Policy](./SECURITY.md).
40+
- For any security vulnerability reports, please visit the Security Policy (file: `SECURITY.md`).
4141

4242
## Pull Requests
4343

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Please provide as much as you can to help the security vulnerability report supe
5050
- Your account's platform (e.g.: GitHub, GitLab, ...).
5151
- Your account's username (e.g.: `@octocat`).
5252
- Project's ID or repository URI.
53-
- Project's ID is displayed at the top part of [Readme](./README.md), below the project display name (i.e.: header), inside a code block.
53+
- Project's ID is displayed at the top part of Readme (file: `README.md`), below the project display name (i.e.: header), inside a code block.
5454
- Affected branches, commits, tags, and/or versions.
5555
- Versions must be listed as supported.
5656
- For multiple versions, you can use version range instead.

0 commit comments

Comments
 (0)