This guide documents our procedures and policies for project maintenance tasks, including managing our conventions, pull/merge-requests, continuous integration, releasing.
We use the conventional commits specification for commit messages and pull/merge-request titles.
Other scopes then the one in the specification are:
generic
: If the commit targets only thegeneric
template.python
: If the commit targets only thepython
template.rust
: If the commit targets only therust
template.go
: If the commit targets only thego
template.