Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 605 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 605 Bytes

How to contribute to Sketch

Did you find a bug?

  • Please open a GitHub issue.
  • If possible, please provide an example for reproduction.

Do you have another sketch to add?

  • Please feel free to make a pull request!
  • We ask that you attempt to maintain interface compatibility with related structures.
  • This project is written in C++14. Features supported in later versions of C++ must be protected with __cplusplus guards.

Feature requests?

  • If you need related functionality, feel free to reach out.

Thanks!