1 Commits

Author SHA1 Message Date
4ba363db16 improvement(docs): add branch style 2025-03-15 17:39:48 +03:00

View File

@@ -43,7 +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` with slash (`/`): `refactor/nasm-to-fasm`, `update/demos`, `fix/cp866 charset`
## Commit style ## Commit style