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 35bd317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) :
<details>
<summary>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) :</summary>

```
<type>(<scope>): <short summary>
Expand All @@ -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.
</details>

0 comments on commit 35bd317

Please sign in to comment.