From 25b8ef4eb3f6a612f8bd2fb014f58e84fa336656 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Fri, 5 Apr 2024 06:50:10 +0200 Subject: [PATCH] new page --- Contributions.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Contributions.md 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