From e8e81dff7ac78ec36e1eadf9fe2e3998ced0d92c Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 11 Sep 2024 09:24:13 +0200 Subject: [PATCH] Add precision on development process --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80a438c3..d0c1f051 100644 --- a/README.md +++ b/README.md @@ -70,5 +70,7 @@ This repository uses the [conventional commits](https://www.conventionalcommits. - feat(matrix): add `Matrix::transpose()` - fix(tests): remove unused imports +Each commit must be self-sufficient and clean. If during inspection or code review you need to make further changes to a commit, please squash it. You may use `git rebase -i`, or more convenient tools such as [`jj`](https://martinvonz.github.io/jj/latest/) or [`git-branchless`](https://github.com/arxanas/git-branchless), in order to manipulate your git commits. + If a pull-request should automatically close an open issue, please include "Fix #xxx# or "Close #xxx" in the pull-request cover-letter.