10 lines
233 B
Markdown
10 lines
233 B
Markdown
# Contribution Guide
|
|
|
|
## Making changes
|
|
Please, when making any changes, make a new branch. Start the branch name with one of the following texts:
|
|
- `feature/`
|
|
- `fix/`
|
|
- `docs/`
|
|
- `refactor/`
|
|
|
|
For example `docs/update-uml-diagrams`. |