Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 450 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 450 Bytes

If you'd like to contribute, submit a pull request. New features would be great. There are only a few rules:

  1. All code must be in shell script or modern C++.
  2. Code should make use of existing functions for output and logging. For example, try to use the Output class to make things simpler.
  3. Stay away from the bad old C functions like malloc(), strcpy(), or new.
  4. All PRs must pass all GitHub Actions CI builds before being approved!