Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 418 Bytes

File metadata and controls

10 lines (9 loc) · 418 Bytes

Contributing Guide for StardustOS

  • Use AT&T Assembly syntax
  • Use static functions if possible
  • If a function can be done with macros, do so
  • Tab indentation with a width of 2
  • Keep things organized
  • Add a comment header on the top of your source code
  • One branch and pull request per feature or fix
  • Follow the Code of Conduct