1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00

new page

Peter Bieringer 2024-04-05 06:50:10 +02:00
parent f60d5be91d
commit 25b8ef4eb3

14
Contributions.md Normal file

@ -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"