Skip to content

Commit c1e4fc5

Browse files
committed
Update resources
1 parent b472d1d commit c1e4fc5

File tree

3 files changed

+5
-55
lines changed

3 files changed

+5
-55
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ updates:
1515
open-pull-requests-limit: 100
1616
pull-request-branch-name:
1717
separator: "/"
18-
rebase-strategy: "disabled"
1918
- package-ecosystem: "npm"
2019
directory: "/"
2120
schedule:
@@ -49,5 +48,4 @@ updates:
4948
open-pull-requests-limit: 100
5049
pull-request-branch-name:
5150
separator: "/"
52-
rebase-strategy: "disabled"
5351
versioning-strategy: "increase"

CONTRIBUTING.md

Lines changed: 3 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,7 @@
11
# Contributing Guide
22

3-
This Contributing Guide includes the guidelines, methods, and ways to contribute on different categories, items, and types; If this Contributing Guide does not include some of the categories, items, and/or types, maybe:
3+
This Contributing Guide is based on ["hxhS (hugoalh & hugoalh Studio) Universal Contributing Guide"](https://github.com/hugoalh/hugoalh/blob/main/universal-guide/contributing.md), along with revise and take precedence over it.
44

5-
- those guidelines, methods, and/or ways are separated from this Contributing Guide and exist and/or store in their corresponding places,
6-
- those categories, items, and/or types are easy to understand how to correctly contributing, or
7-
- the maintainers and/or owners forgot to edit this Contributing Guide.
5+
## Revise
86

9-
If you have any questions and/or still confused, try to create a discussion.
10-
11-
## Codes
12-
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/guide/code/main.md).
14-
15-
## Deploys & Versions
16-
17-
These are always the works of the maintainers and/or owners, which are follow the [hxhS (hugoalh & hugoalh Studio) Versioning Guide](https://github.com/hugoalh/hugoalh/blob/main/guide/version/main.md).
18-
19-
## Discussions
20-
21-
- Before create a discussion, check whether any similar discussions are already exist.
22-
- Any reports and requests should create an issue instead.
23-
24-
## Documentations, Documents & Wiki
25-
26-
To improve the documentations and/or documents, you can:
27-
28-
- clone this repository, edit the documentations and/or documents, and create a pull request, or
29-
- create an issue.
30-
31-
To improve the wiki, create an issue.
32-
33-
## I18ns (Internationalizations) & Translations
34-
35-
This project and repository does not need to do i18ns and/or translations.
36-
37-
If you want to do i18ns and/or translations on the documentations, documents and/or wiki, please see the section "[Documentations, Documents & Wiki](#documentations-documents--wiki)".
38-
39-
## Issues
40-
41-
- Before create an issue, check whether any similar issues are already exist.
42-
- Any questions should create a discussion instead.
43-
- For any security vulnerability reports, please visit the Security Policy (file: `SECURITY.md`).
44-
45-
## Pull Requests
46-
47-
- Before create a pull request, check whether any similar pull requests are already exist.
48-
- Always create a pull request to the default branch (mostly named `main` or `master`) of this repository.
49-
- Try to avoid merge conflicts if possible.
50-
- Try to avoid a pull request with too many changes if possible.
51-
- A large pull request not only stretches the review time, but also makes it much harder to spot issues.
52-
- It is better to split the pull request to multiple smaller ones.
53-
- If your pull request is not ready but want to save it first, you can submit it by mark as draft, and no need to add any identifications to the title (e.g.: `[WIP] XXXXXXXX`).
7+
*N/A*

SECURITY.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
> - Values in italic format are subject to change.
2323
> - Versions which not in the list are also end of life.
2424
25-
## Report Vulnerability
25+
## Report A Vulnerability
2626

27-
If you believe you have found any security vulnerability, please report it via the [Security Advisories system](https://github.com/hugoalh-studio/ghactions-toolkit-powershell/security/advisories/new) instead of create an issue and/or report it publicly.
28-
29-
All new reports may need `~48 hours (~2 days)` to begin the process.
27+
You can report a security vulnerability by [create a security vulnerability report](https://github.com/hugoalh/hugoalh/blob/main/universal-guide/contributing.md#create-a-security-vulnerability-report).

0 commit comments

Comments
 (0)