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 thegenerictemplate.python: If the commit targets only thepythontemplate.rust: If the commit targets only therusttemplate.go: If the commit targets only thegotemplate.
Run
just test-allTo update the Nix Flakes, run
REPOSITORY_TEMPLATE_UPDATE_FLAKES=true just test-all.