Compare commits
3 Commits
62905d1182
...
improvemen
Author | SHA1 | Date | |
---|---|---|---|
49399adda6 | |||
59685a6ac5 | |||
b72d3f1035 |
@@ -43,6 +43,7 @@ necessary) and merged into the project.
|
|||||||
1. Your branch name should be as short as possible, but describes your changes
|
1. Your branch name should be as short as possible, but describes your changes
|
||||||
2. Words should be divided by minus sign (`-`)
|
2. Words should be divided by minus sign (`-`)
|
||||||
3. Optionally, might starts with general [type](#types) of your future PR
|
3. Optionally, might starts with general [type](#types) of your future PR
|
||||||
|
with slash (`/`): `refactor/nasm-to-fasm`, `update/demos`, `fix/cp866-charset`
|
||||||
|
|
||||||
## Commit style
|
## Commit style
|
||||||
|
|
||||||
@@ -50,7 +51,7 @@ necessary) and merged into the project.
|
|||||||
|
|
||||||
The commit message should look like this:
|
The commit message should look like this:
|
||||||
|
|
||||||
```test
|
```
|
||||||
type(scope): commit message header
|
type(scope): commit message header
|
||||||
|
|
||||||
Commit message body, if needed
|
Commit message body, if needed
|
||||||
@@ -89,17 +90,19 @@ Commit message body, if needed
|
|||||||
|
|
||||||
### Scopes
|
### Scopes
|
||||||
|
|
||||||
> [!INFO]
|
> [!NOTE]
|
||||||
> Scopes are optional
|
> Scopes are optional
|
||||||
|
|
||||||
- `krn` - kernel
|
| Scope | Description |
|
||||||
- `drv` - drivers
|
| :----: | :------------------------------- |
|
||||||
- `lib` - libraries
|
| `krn` | kernel |
|
||||||
- `app` - userspace applications
|
| `drv` | drivers |
|
||||||
- `skin` - skins
|
| `lib` | libraries |
|
||||||
- `data` - images, configs, resources, etc.
|
| `app` | userspace applications |
|
||||||
|
| `skin` | skins |
|
||||||
|
| `data` | images, configs, resources, etc. |
|
||||||
|
|
||||||
> [!INFO]
|
> [!NOTE]
|
||||||
> If changes are made to a specific component, the name of the component
|
> If changes are made to a specific component, the name of the component
|
||||||
> separated by `/` character needs to be specified. For example:
|
> separated by `/` character needs to be specified. For example:
|
||||||
> `app/shell`, `lib/libimg`
|
> `app/shell`, `lib/libimg`
|
||||||
|
Reference in New Issue
Block a user