Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 1.25 KB

usbflashprogUSB Flash/EPROM Programmer

A memory device programmer (Flash/EPROM/E2PROM) board and software, connected to PC by USB port.

How to contribute

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Code Style

The project has its own code style, inspired by Java language standards and some of the best styles from Google C++ Style Guide.

Unit Tests

Is convenient to create UT's for new features or adapt existing ones for fixes. The Google Test framework was used for the unit tests and LCov for the code coverage reports.

Code Documentation

For generating code documentation was used the Doxygen and comments in its style.