Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 250 Bytes

CONTRIBUTING.md

File metadata and controls

3 lines (3 loc) · 250 Bytes
  • To implement new function for printing system information, please create modules/print_<feature_name>.h and modules/print_<feature_name>.cc.
  • Write code as simple as possible
  • Do not #include external library unless absolutely necessary