If you want to make significant contribution to the project, please consider one one of the following tasks:
- Writing extra tests.
- Rewrite
test_mergefunction to test presence of all values.- Write examples of best-practices of using
django-split-settings.
Before submitting your code please do the following steps:
- Run
pylintwith the default configuration all over your code.- Run tests with
pytest examples.- Run tests with all the Python interpreters with
tox.- Submit your code.