Add CONTRIBUTING.md

This commit is contained in:
Kim André Bjørkede
2025-10-23 11:58:40 +02:00
parent cfadd5245a
commit 17d0b4b8c0

10
CONTRIBUTING.MD Normal file
View File

@@ -0,0 +1,10 @@
# 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`.