Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 669 Bytes

development-guide.md

File metadata and controls

20 lines (14 loc) · 669 Bytes

Development Guide

This guide documents our procedures and policies for project maintenance tasks, including managing our conventions, pull/merge-requests, continuous integration, releasing.

Commit Convention

We use the conventional commits specification for commit messages and pull/merge-request titles.

Scopes

Other scopes then the one in the specification are:

  • generic: If the commit targets only the generic template.
  • python: If the commit targets only the python template.
  • rust: If the commit targets only the rust template.
  • go: If the commit targets only the go template.