Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 713 Bytes

File metadata and controls

27 lines (17 loc) · 713 Bytes

Contributing to fastapi-etag

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to fastapi-etag, which is hosted on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Dependencies

This project uses :

Getting started

git clone https://github.com/steinitzu/fastapi-etag.git
cd fastapi-etag
poetry install

Running the test suite

poetry run pytest -v