Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 541 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 541 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

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