changedetection.io/CONTRIBUTING.md

10 wiersze
383 B
Markdown
Czysty Zwykły widok Historia

2021-12-28 17:59:43 +00:00
Contributing is always welcome!
I am no professional flask developer, if you know a better way that something can be done, please let me know!
Otherwise, it's always best to PR into the `master` branch.
2022-01-24 21:09:14 +00:00
Please be sure that all new functionality has a matching test!
Use `pytest` to validate/test, you can run the existing tests as `pytest tests/test_notification.py` for example