Skip to content

Commit guidelines

ysomaiya13 edited this page Dec 13, 2024 · 3 revisions

Make a git commit every time you modify/update a file.
Only make a commit if you are able to build the library successfully after the changes.
Commit message can be anything you want, up to 50 characters. Just ensure that the commit description follows the following format:
Changes to <file_name>:

  • <C++ guideline number> to line <line_number/s>.
  • <C++ guideline number> to line <line_number/s>.
  • <C++ guideline number> to line <line_number/s>.
    ...
Clone this wiki locally