Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 333 Bytes

File metadata and controls

12 lines (10 loc) · 333 Bytes

Contributing to Sentinel

How to Contribute

  1. Fork the repo.
  2. Create a Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes.
  4. Push to the branch.
  5. Open a Pull Request.

Code Standards

  • We use Flake8 for linting.
  • Production code must include Docstrings.