-
Notifications
You must be signed in to change notification settings - Fork 159
CONTRIBUTING
marcvergees edited this page Apr 19, 2026
·
1 revision
Thank you for your interest in contributing! FireForm is a Digital Public Good (DPG) designed to help emergency responders.
All contributors are expected to uphold the FireForm Code of Conduct.
Check the issues list before reporting. If it's a new bug, please include:
- A clear title.
- Steps to reproduce.
- Expected vs. actual behavior.
Open an issue with:
- A clear title.
- A detailed description of the feature.
- Rationale for why it's useful.
- Fork the repo and create your branch from
main. - Add tests if you've added new features.
- Ensure the test suite passes.
- Make sure your code lints.
- Open the pull request!
FireForm uses Docker for development. See the DOCKER page for more details.