Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 515 Bytes

contributing.md

File metadata and controls

14 lines (11 loc) · 515 Bytes

Contributing

Pull Requests

New features should be accompanied by tests:

  • For an existing test file, add new TEST_CASE(-s).
  • For a new test file, place it in tests and register with add_skipper_test in tests/CMakeLists.txt.

Checklist:

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Format code with the clang-format-10 (or above).
  • Format CMake code with the cmake-format (if applicable).