Skip to content
Snippets Groups Projects
Commit 1ce286c3 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal Committed by Nils-Arne Dreier
Browse files

added basic contrib guidelines into readme

parent e09baaa3
No related branches found
No related tags found
1 merge request!15Static code analysis
......@@ -31,6 +31,6 @@ python -m pip install git+https://gitlab.dkrz.de/nils/coyote.git
## Contributing
* Ensure the use of .clang-format and ruff configurations provided in your dev-env
* Ensure the use of .clang-format and ruff configurations provided in your dev-env. The pre-commit-config would ensure that the clang-format and ruff points out to the warnings from its static code analysis before the commit gets staged. Do not over-ride it but aim to fix it.
* Try to write atleast 1 test per feature developed
* Ensure that the MR and Issues are created using appropriate templates
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment