Back to Formicx

THE CONTRIBUTION HUB

Ship the future
with us.

Formicx is early, open, and ready for your ideas. Whether you are here to fix a typo or build a new subsystem, there is a place for you.

THE PATH TO MERGE

Five steps. One community.

01

Fork & clone

git clone https://github.com/YOUR-USERNAME/Formicx.git→
02

Set up locally

python -m venv venv && pip install -e .[dev]→
03

Pick an issue

Browse open issues tagged good first issue→
04

Develop & test

pytest unit verification→
05

Push & create PR

git push origin feat/my-feature

START HERE

Find your first issue.

GOOD TO KNOW

Contributor guidelines.

Keep Python clean, typed, and easy to read. Run the formatter and test suite before opening a PR.