CONTRIBUTING.md: removed commit categories section

This commit is contained in:
Burer
2025-03-13 20:40:31 +02:00
parent c1704a1c43
commit 46739aa601

View File

@@ -37,7 +37,7 @@ When a pull request is submitted, at least two project participants must conduct
The commit message should look like this: The commit message should look like this:
```test ```test
[Category] Commit message header Commit message header
Commit message body, if needed Commit message body, if needed
``` ```
@@ -50,28 +50,6 @@ Commit message body, if needed
Maximum number of characters in a commit header is **72** (standard for **Git**). Also, **72** is the maximum length of a line in a commit body. Maximum number of characters in a commit header is **72** (standard for **Git**). Also, **72** is the maximum length of a line in a commit body.
### Categories
List of existing categories accepted in the project:
- `Krn` - kernel
- `Drv` - drivers
- `Libs` - libraries
- `Apps` - user-space applications
- `Skins` - skins
- `Build` - build system
- `CI/CD` - CI/CD
- `Docs` - documentation
- `Data` - images, configs, resources, etc.
- `All` - global changes
If changes are made to a specific component, the name of the component separated by `/` character needs to be specified. For example:
```text
Apps/shell
Libs/libimg
```
## Merge commits ## Merge commits
> [!WARNING] > [!WARNING]