Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 588 Bytes

🔧 CONTRIBUTING

Don't hesitate to ask for a new feature / report a bug.

Even better, you can work on the project! Run these commands:

git clone https://github.com/EwenQuim/recettes
cd recettes
pip install -r requirements.txt
pre-commit install

I use these pre-commit hooks to standardize the way the project is organized. It might bother you but it's better for everyone -you'll be pleased to contribute to a beautiful code!

  • black
  • flake8
  • pylint
  • gitmoji

And you're ready for making a good PR 🍷