Your contributions are always welcome!
-
Clone the repository:
git clone https://github.com/chud0/FastCacheMiddleware.git cd fast_cache_middleware -
Mark the
fast_cache_middlewaredirectory as "Sources Root" in your IDE (for better imports).
Use poetry to install packages:
poetry install --with devAfter completing the work, check yourself: execute the script to run the linters
./scripts/lint.shAnd tests:
./scripts/test.shIf the checks were successful, send your changes to the Pull request.