Skip to content

Contributing

ShieldedShell is open source on GitHub. We welcome bug reports, engine profile fixes, docs improvements, and benchmark ideas.

Terminal window
git clone https://github.com/connerkup/shielded-shell.git
cd shielded-shell
npm install
npm test
npm run build

Docs site:

Terminal window
cd website
npm install
npm run dev
  1. Fork and branch from main.
  2. Run npm test and npm run build.
  3. For docs changes, run npm run build in website/.
  4. Open a PR with how you tested (unit tests, doctor, live engine if applicable).

Full guide: CONTRIBUTING.md on GitHub.

Public main is a squashed beta tree. Granular commit history is on branch archive/devlog-full-history.

Report vulnerabilities privately. See SECURITY.md.