From 77ee342e97dbdda6a63985dd39810f416e80866d Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:51:19 +0800 Subject: [PATCH] Update resources --- .github/dependabot.yml | 1 - CONTRIBUTING.md | 52 +++--------------------------------------- SECURITY.md | 6 ++--- 3 files changed, 5 insertions(+), 54 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f212cbd..5afc553 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,4 +15,3 @@ updates: open-pull-requests-limit: 100 pull-request-branch-name: separator: "/" - rebase-strategy: "disabled" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a06f8b2..8cd119c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,53 +1,7 @@ # Contributing Guide -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: +This Contributing Guide is depend 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. -- those guidelines, methods, and/or ways are separated from this Contributing Guide and exist and/or store in their corresponding places, -- those categories, items, and/or types are easy to understand how to correctly contributing, or -- the maintainers and/or owners forgot to edit this Contributing Guide. +## Revise -If you have any questions and/or still confused, try to create a discussion. - -## Codes - -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). - -## Deploys & Versions - -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). - -## Discussions - -- Before create a discussion, check whether any similar discussions are already exist. -- Any reports and requests should create an issue instead. - -## Documentations, Documents & Wiki - -To improve the documentations and/or documents, you can: - -- clone this repository, edit the documentations and/or documents, and create a pull request, or -- create an issue. - -To improve the wiki, create an issue. - -## I18ns (Internationalizations) & Translations - -This project and repository does not need to do i18ns and/or translations. - -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)". - -## Issues - -- Before create an issue, check whether any similar issues are already exist. -- Any questions should create a discussion instead. -- For any security vulnerability reports, please visit the Security Policy (file: `SECURITY.md`). - -## Pull Requests - -- Before create a pull request, check whether any similar pull requests are already exist. -- Always create a pull request to the default branch (mostly named `main` or `master`) of this repository. -- Try to avoid merge conflicts if possible. -- Try to avoid a pull request with too many changes if possible. - - A large pull request not only stretches the review time, but also makes it much harder to spot issues. - - It is better to split the pull request to multiple smaller ones. -- 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`). +*N/A* diff --git a/SECURITY.md b/SECURITY.md index 9031490..afe73b2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -21,8 +21,6 @@ > - Values in italic format are subject to change. > - Versions which not in the list are also end of life. -## Report Vulnerability +## Report A Vulnerability -If you believe you have found any security vulnerability, please report it via the [Security Advisories system](https://github.com/hugoalh/disk-space-optimizer-ghaction/security/advisories/new) instead of create an issue and/or report it publicly. - -All new reports may need `~48 hours (~2 days)` to begin the process. +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).