Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 450 Bytes

File metadata and controls

13 lines (10 loc) · 450 Bytes

Contributing to Veritensor

We welcome contributions! Here is how you can help:

  1. Report Bugs: Open an issue describing the problem.
  2. Suggest Features: Open an issue to discuss your idea.
  3. Submit PRs:
    • Fork the repo.
    • Install dependencies: pip install -e .[test]
    • Make sure tests pass: pytest
    • Submit a Pull Request.

By contributing, you agree that your code will be licensed under Apache 2.0.