Compare commits

..

No commits in common. "1d95413efa2bfd3c4201aa26218517bfdfd58259" and "d01d4acd8ebe7edcfecd2a0c9db3b01cd8e23ade" have entirely different histories.

1 changed files with 8 additions and 20 deletions

View File

@ -1,20 +1,8 @@
# Contributing
- [Code Of Conduct](#code-of-conduct)
- [Principles](#principles)
- [Violations](#violations)
- [Feedback](#feedback)
- [Submission Guidelines](#submission-guidelines)
- [Submitting An Issue](#submitting-an-issue)
- [Commenting On A Issue](#commenting-on-a-issue)
- [Issue Closure](#issue-closure)
- [Issue Re-Opening](#issue-re-opening)
- [Commit Message Guidelines](#commit-message-guidelines)
- [Commit Message Format](#commit-message-format)
- [Type](#type)
- [Subject](#subject)
- [Body](#body)
- [Footer](#footer)
## Code Of Conduct
@ -43,14 +31,14 @@ relations and/or blocking accounts.
### Feedback
If you are subject to or witness of unacceptable behaviour or have any other
If you are subject to or witness of unacceptable behavior or have any other
concerns, please contact us.
## Submission Guidelines
### Submitting An Issue
- All issues must be submitted using [Forgejo issues](https://git.nixnet.services/adamsdesk/ventoy-adamsdesk-theme/issues).
- All issues must be submitted using GitLab issues.
- Search first before creating an issue.
- Preview the issue to ensure it is rendering as intended.
- Be as descriptive as possible.
@ -58,13 +46,13 @@ concerns, please contact us.
- Utilize the provided form fields.
- Attach necessary reference documents (error messages, screenshots, sample
data, logs, etc.).
- **Do Not** submit or reply to an issue outside Forgejo.
- **Do Not** submit or reply to an issue outside of GitLab.
- **Do Not** submit multiple issues within one submission.
- **Do Not** duplicate an issue.
### Commenting On A Issue
- **Do Not** comment on an issue outside Forgejo.
- **Do Not** comment on a issue outside of GitLab.
- Stay on topic per the issue description.
### Issue Closure
@ -75,7 +63,7 @@ Valid reasons for closing an issue:
- A reference to the duplicate must be added before closure.
- Lacks enough information to re-produce.
- No longer relevant.
- Off-topic.
- Off topic.
- Resolved.
- Multiple issues within the submission.
- Will not be resolved.
@ -134,7 +122,7 @@ Use one of the following applicable type.
- revert
- When commit reverts a previous commit.
- style
- Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.).
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.).
- test
- Adding or modifying tests.
@ -149,13 +137,13 @@ Use one of the following applicable type.
- Use the imperative, present tense: "change" not "changed" nor "changes".
- Include the motivation for the change and contrast this with previous
behaviour.
behavior.
- If commit type is **revert**, in the body state `This reverts commit <hash>`.
The `<hash>` is the hash value of the commit being reverted.
#### Footer
- Reference Forgejo issue(s) that the commit closes.
- Reference GitLab issue(s) that the commit closes.
- State breaking changes.
- Breaking changes start with **BREAKING CHANGE:** with a space or two
newlines. Following is the description of change, motivation for change and migration notes.