Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 2.57 KB

contributing.md

File metadata and controls

35 lines (22 loc) · 2.57 KB
layout title nav_order has_children has_toc
default
Contributing
6
true
false

Contributing

There are many ways in which you can contribute to this library:

  • Testing the library in new environments see 1, 2, 3
  • Contributing with interesting examples see 1
  • Designing new backends see 1, 2, 3, 4
  • Finding problems in this documentation see 1
  • Writing algorithms for new plot categories see 1
  • Finding bugs in general see 1, 2, 3, 4
  • Whatever idea seems interesting to you

If contributing with code, please leave the OpenGL backend and pedantic mode ON (-DBUILD_EXPERIMENTAL_OPENGL_BACKEND=ON -DBUILD_WITH_PEDANTIC_WARNINGS=ON).

Example: CLion

CLion Settings with Pedantic Mode

If contributing to the documentation, please edit README.md directly, as the files in ./docs are automatically generated with mdsplit.