Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 555 Bytes

motolog

A vehicle maintenance helper.

How to contribute

Clone/fork the project, make your suggested changes and open a pull request.

Conventions

  • Use single quotes (') for strings, except if double quotes are necessary for nested strings or strings were it would require escaping single quotes (like "it's" or "don't")
  • Use conventional commits
  • Add issue-reference at the end of the commit-message (ref. Convential Commits)
  • Assign issue or add comments when you're working on something