Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 554 Bytes

conventions.md

File metadata and controls

21 lines (15 loc) · 554 Bytes

Conventions

Versioning

Using Semantic Versioning.

Commits

Every commit to main branch follows Conventional Commits conventions.

Folder structure

  • src - source code
    • quality - source code of tests and benchmarks
    • usage - source code of examples
  • doc - documentation
  • cmd - auxiliary scripts
  • .github - configuration of workflow actions
    • workflows - definition of workflows
  • asm (generated) - assemblies or binaries
  • benchmarks (generated) - benchmarks results