From 35bd317f80f2a94592141472228308de7c10d9c7 Mon Sep 17 00:00:00 2001 From: Jonathan Fallon Date: Mon, 9 Dec 2024 12:14:45 +0100 Subject: [PATCH] update PR template with details tag --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 16a42386d..b89c1e2bf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,7 +13,8 @@ ## Merge -Je squash la PR et vérifie que le message de commit utilise [la convention d'Angular](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format) : +
+Je squash la PR et vérifie que le message de commit utilise [la convention d'Angular](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format) : ``` (): @@ -36,3 +37,4 @@ Types de commit - test: Adding missing tests or correcting existing tests Le _scope_ (optionnel) précise le module ou le composant impacté par le commit. +
\ No newline at end of file