Thank you for choosing this project to contribute to. We are all very grateful!
📣 Discussions - where you can start a new topic or answer some questions
🐞 Issues - This is how we track tasks, sometimes it is bugs that need fixing, and sometimes it is new features
🛠️ Pull requests - This is how you can suggest changes to our repository, to work on existing issues or add new features
📚 Wiki - where we have our documentation
We value contributions to our issues in the form of discussion or suggestions. We recommend that you check out existing issues and our roadmap.
If you want to contribute by writing code, there are a few things that you should know before doing it:
We have a frontend in React (Vite) and backend in Python.
- The current frontend is being migrated from
/application
to/frontend
with a new design, so please contribute to the new one. - Check out this milestone and its issues.
- The Figma design can be found here.
Please try to follow the guidelines.
- Check out our issues and contribute to
/application
or/scripts
(ignore oldingest_rst.py
ingest_rst_sphinx.py
files; they will be deprecated soon). - All new code should be covered with unit tests (pytest). Please find tests under
/tests
folder. - Before submitting your PR, ensure it is queryable after ingesting some test data.
To run unit tests from the root of the repository, execute:
python -m pytest
Create a fork, make changes on your forked repository, and submit changes as a pull request.
Please join our Discord. Don't hesitate; we are very friendly and welcoming to new contributors.