Skip to content

CONTRIBUTING

marcvergees edited this page Apr 19, 2026 · 1 revision

Contributing to FireForm

Thank you for your interest in contributing! FireForm is a Digital Public Good (DPG) designed to help emergency responders.

๐ŸŒˆ Code of Conduct

All contributors are expected to uphold the FireForm Code of Conduct.

๐Ÿš€ How Can I Contribute?

Reporting Bugs

Check the issues list before reporting. If it's a new bug, please include:

  • A clear title.
  • Steps to reproduce.
  • Expected vs. actual behavior.

Suggesting Enhancements

Open an issue with:

  • A clear title.
  • A detailed description of the feature.
  • Rationale for why it's useful.

Pull Requests

  1. Fork the repo and create your branch from main.
  2. Add tests if you've added new features.
  3. Ensure the test suite passes.
  4. Make sure your code lints.
  5. Open the pull request!

๐Ÿ› ๏ธ Local Development Setup

FireForm uses Docker for development. See the DOCKER page for more details.

Clone this wiki locally