Skip to content

Commit 2050d30

Browse files
committed
20220912B
1 parent 2455184 commit 2050d30

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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 (file: `SECURITY.md`).
9+
> - **Version:** What versions are affected? Versions must be listed as supported in the [Security Policy](../../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 (file: `SECURITY.md`)."
18+
description: "What versions are affected? Versions must be listed as supported in the [Security Policy](../../SECURITY.md)."
1919
multiple: true
2020
options:
2121
- "v1.0.1"

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have any questions and/or still confused, try to create a discussion.
1010

1111
## Codes
1212

13-
All of the codes in this project and repository are follow the "[hxhS (hugoalh & hugoalh Studio) Coding Guide](https://github.com/hugoalh/hugoalh/blob/main/coding-guide/main.md)".
13+
All of the codes in this project and repository are follow the [hxhS (hugoalh & hugoalh Studio) Coding Guide](https://github.com/hugoalh/hugoalh/blob/main/coding-guide/main.md).
1414

1515
## Deploys, Releases, Tags & Versions
1616

@@ -21,23 +21,23 @@ These are always the works for the maintainers and owners.
2121
- Before create a discussion, check whether any similar discussions are already exist.
2222
- Any reports and requests should create an issue instead.
2323

24-
## Documentations, Documents & Wikis
24+
## Documentations, Documents & Wiki
2525

2626
To improve the documentations and/or documents, clone this repository, edit the documentations and/or documents, and create a pull request.
2727

28-
This project and repository does not have wikis.
28+
To improve the wikis, please create an issue.
2929

3030
## I18ns (Internationalizations) & Translations
3131

3232
This project and repository does not have necessary things to do i18ns and/or translations.
3333

34-
If you want to do i18ns and/or translations on the documentations, documents and/or wikis, please see section "[Documentations, Documents & Wikis](#documentations-documents--wikis)".
34+
If you want to do i18ns and/or translations on the documentations, documents and/or wiki, please see section "[Documentations, Documents & Wiki](#documentations-documents--wiki)".
3535

3636
## Issues
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 (file: `SECURITY.md`).
40+
- For any security vulnerability reports, please visit the [Security Policy](./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 (i.e.: `README` file), below the project display name (i.e.: header), inside a code block.
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.
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)