-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,3 @@ updates: | |
open-pull-requests-limit: 100 | ||
pull-request-branch-name: | ||
separator: "/" | ||
rebase-strategy: "disabled" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters