Contributing
Citinet is open source across several repositories. See Repositories for the full list.
Reporting issues
Section titled “Reporting issues”Open an issue on the relevant repository. For anything hub-facing (the wizard, the admin screens, a hub’s runtime behavior), that’s citinet. Include what you were doing, what happened, and what you expected instead.
Contributing to these docs
Section titled “Contributing to these docs”This site is itself an open repository, citinet-docs, built with Astro Starlight. Every page has an “Edit page” link at the bottom pointing back to its source file, the fastest way to fix something small.
To run it locally:
git clone https://github.com/fergtech/citinet-docscd citinet-docsnpm installnpm run devCode style
Section titled “Code style”The main citinet repository favors small, direct changes over speculative abstraction. See that repo’s own contributing notes for specifics. In general: prefer fixing the root cause over working around it, and avoid adding configuration or flags for cases that can’t actually happen yet.
