diff --git a/Contributions.md b/Contributions.md new file mode 100644 index 0000000..0358d01 --- /dev/null +++ b/Contributions.md @@ -0,0 +1,14 @@ +# Code Contributions + +Feel free to contribute fixes/extensions by PR, the are welcome! + +In case of bigger changes, please start a discussion first. + +In any case, before submitting a PR, please run test locally to validate your PR + +``` +pytest +... +``` + +The output should only show "passed" and "warnings" \ No newline at end of file