Files
cflash-emvs/CONTRIBUTING.md
2026-05-04 08:55:27 +02:00

527 B

Contributing

Contributions from the community are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes with proper testing.
  4. Submit a pull request detailing your modifications.

Developer Documentation

Developer documentation is generated using JavaDoc. To generate and view the documentation:

chmod +x generate_javadoc.sh
./generate_javadoc.sh

This will create a docs/ folder with HTML documentation you can view in your browser.