Thank you for your interest in contributing to the Justice OS ecosystem. Every contribution helps close the access-to-justice gap.
- Use the issue templates provided
- Include steps to reproduce bugs
- Suggest improvements via feature requests
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add your feature') - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
git clone https://github.com/dougdevitre/<repo-name>.git
cd <repo-name>
npm install
npm run dev- TypeScript strict mode
- ESLint + Prettier formatting
- Write tests for new features
- Document public APIs
Use conventional commits:
feat:new featurefix:bug fixdocs:documentationtest:testsrefactor:code refactoring
This project follows the Contributor Covenant. Be respectful, inclusive, and constructive.
Open a discussion or reach out via issues. We're here to help.