From 0ab4abfcfe49d9f4335ee1fd5a7d312d65349830 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 14 Sep 2025 10:16:13 +0200 Subject: [PATCH] docs: add contribution guidelines --- DEVELOPMENT.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 98c60bcea..130d301c7 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -99,3 +99,16 @@ Other useful commands - __List running processes__ by running `docker ps` - __Kill running process__ by running `docker kill ` + +## CONTRIBUTION GUIDELINES + +If you want to propose changes to the codebase, please reach out before opening a Pull Request. + +For new PRs, please follow the following checklist: +* [ ] You have updated and ran unit locally and they are passing. Unit tests are generally created for all utility functions and business logic +* [ ] You have ran code formatting and linting in all your changes +* [ ] The branch is clean and the commits are meaningfully separated and contain descriptive messages +* [ ] The PR body contains description and motivation for the changes + +After this checklist is complete, you can request a review from one of the maintainers to get feedback and approval on the changes. \ +We will review as soon as possible