From 17d0b4b8c029c8f43fe79f813334127744a631d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Andr=C3=A9=20Bj=C3=B8rkede?= Date: Thu, 23 Oct 2025 11:58:40 +0200 Subject: [PATCH] Add `CONTRIBUTING.md` --- CONTRIBUTING.MD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CONTRIBUTING.MD diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD new file mode 100644 index 0000000..a77eaee --- /dev/null +++ b/CONTRIBUTING.MD @@ -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`. \ No newline at end of file