Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 652 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 652 Bytes

Reporting a bug

Please include the following in bug reports:

  • steps required to reproduce the bug
  • expected vs actual behavior
  • versions of:
  • RoboViz (ideally the commit SHA)
  • the JDK
  • the OS (Ubuntu 14.04, Windows 7...)
  • the graphics hardware (for rendering-related bugs - this info is printed to the console when RoboViz starts)

Contributing code

Pull requests should be directed to the dev branch - the master branch should be in sync with the latest release.

Code is auto-formatted using clang-format. The configuration and setup instructions for different IDEs can be found here.