Skip to content

Commit

Permalink
update PR template with details tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfallon committed Dec 9, 2024
1 parent c9e1d99 commit 3daa809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

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) :

<details>
<summary>Voir la convention de message de commit...</summary>

```
<type>(<scope>): <short summary>
│ │ │
Expand All @@ -36,3 +39,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.
</details>

0 comments on commit 3daa809

Please sign in to comment.