Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.75 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.75 KB

Logo

Mod Monitor

An alternative to Device Monitor from the Evolv Escribe Suite for monitoring Evolve DNA devices through a serial connection.

Releases

Latest Releases

Please note: Only one version (the latest version) is supported for bug fixes and new features.

Please open an Issue if you find a bug or are requesting a new feature.

Contributing

  1. Get Visual Studio 2017 Community
  2. Fork/clone project
  3. Open ModMonitor.sln
  4. Run either LibDnaSerial.Test or ModMonitor

This project uses Semantic Versioning mapped into Microsoft 4-value version numbers as follows:

  • Major -> MAJOR
  • Minor -> MINOR
  • Patch -> BUILD
  • "0" -> REVISION

All other rules of Semantic Versioning should be followed. Any API breaking features to LibDnaSerial should be developed on a feature branch with the AssemblyInfo.cs updated accordingly and will likely be tracked and merged on a MAJOR-dev branch.

The main application (ModMonitor) will update "Major" with full rewrites, "Minor" with new features", and "Patch" with bug fixes. New features should be developed on feature branches. Bug fixes can be developed on master.

Pull requests for fixing bugs must have an open "Issue" on GitHub. The "Issue" is for discussing the issue and possible fixes. The "Pull Request" is for discussing that particular proposed fix. Pull requests for new features do not need an associated Issue, but one may already be present if requested by a user. All off-topic discussion in Issues or Pull Requests may be subject to moderation at any time.