Skip to content

Files

Latest commit

 

History

History
18 lines (16 loc) · 522 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (16 loc) · 522 Bytes

Contributing to pyshiftsla

Thank you for your interest in contributing! Here's how you can help:

Development setup

  1. Clone the repository
  2. Publish your branch
  3. Install dependencies with poetry: poetry install
  4. Make some local changes
  5. Test with pytest -v
  6. Run pre commit hooks: pre-commit run --all
  7. Push to your branch
  8. Make Pull request

To Publish To PyPi

source .env
poetry publish --build --username $PIPY_USERNAME --password $PIPY_PASSWORD