From acf4d5ec416904bb8bfe8a6cc51d6f2cf5c793f7 Mon Sep 17 00:00:00 2001 From: Freezed <2160318-free_zed@users.noreply.gitlab.com> Date: Sun, 27 Mar 2022 18:55:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20link=20to=20git=20conventi?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ccf487..e09aaaf 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ python cli/run.py --help 🚧 Development -------------- -- [Topic branches](https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows#_topic_branch) are used and named after issue's slug +- Follow our [`git` conventions](https://forga.gitlab.io/process/fr/manuel/convention/git/) (🇫🇷 only) - Built with `Python 3.9` - Code linting with [`flake8`](https://pypi.org/project/flake8/), [`pylint`](https://pypi.org/project/pylint), [`black`](https://pypi.org/project/black) & [pydocstyle](https://pypi.org/project/pydocstyle/). - Install development tools: -- GitLab