Contribute Code
All our code is open source. Fork it, improve it, submit a PR. We review fast and merge faster.
Our GitHub
github.com/bettergovphHow to Contribute
- Pick a repository that interests you
- Check the issues for "good first issue" or "help wanted" labels
- Fork the repo and create a branch
- Make your changes, write tests if applicable
- Submit a pull request with a clear description
- We'll review and provide feedback within 48 hours
Code Standards
- • Write clean, readable code
- • Follow existing patterns in the codebase
- • Accessibility first — semantic HTML, ARIA labels, keyboard navigation
- • Mobile responsive by default
- • TypeScript for type safety
- • No dependencies without discussion