Skip to content

Commit

Permalink
MAJ documentation technique (#2724)
Browse files Browse the repository at this point in the history
* update PR template with details tag

* fix response to match API documentation

* factor responses and cleanup

* add Open Data topic
  • Loading branch information
jonathanfallon authored Dec 10, 2024
1 parent a3be511 commit 24cbaa4
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 127 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>
Loading

0 comments on commit 24cbaa4

Please sign in to comment.