Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 397 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 397 Bytes

Git usage

This project follows conventional commits loosely. In addition, you should name your branch like <name>/feature-x

Example commits:

  • feat: profile support
  • fix(db): insert query

Agreement

By contributing to this project you accept your code being licensed under GPLv3 and distributed indefinitely.