Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 739 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 739 Bytes

Contribution Guidelines

Styleguides

Git Commit Messages

  • Limit the first line to 72 characters or less

  • Reference issues by using the # symbol and the issue number

  • Consider commiting your message in the format below:

    • [feat]: A new feature
    • [fix]: A bug fix
    • [docs]: Changes to documentation
    • [style]: Formatting, missing semi colons, etc; no code change
    • [refactor]: Refactoring production code
    • [test]: Adding tests, refactoring test; no production code change
    • [chore]: Updating build tasks, package manager configs, etc; no
    • [production]: code change

C Styleguide

All C code is linted with betty