chore: format markdown file
This commit is contained in:
parent
b49c61636b
commit
1b49b2fd3b
@ -43,6 +43,7 @@ Pull requests should be as small/atomic as possible. Large, wide-sweeping change
|
|||||||
### Write a good commit message
|
### Write a good commit message
|
||||||
|
|
||||||
* We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and use the following types:
|
* We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and use the following types:
|
||||||
|
|
||||||
- fix:
|
- fix:
|
||||||
- feat:
|
- feat:
|
||||||
- build:
|
- build:
|
||||||
@ -53,6 +54,7 @@ Pull requests should be as small/atomic as possible. Large, wide-sweeping change
|
|||||||
- test:
|
- test:
|
||||||
|
|
||||||
Using this style of commits makes it possible to create our release notes automatically.
|
Using this style of commits makes it possible to create our release notes automatically.
|
||||||
|
|
||||||
* Explain why you make the changes. [More infos about a good commit message.](https://betterprogramming.pub/stop-writing-bad-commit-messages-8df79517177d)
|
* Explain why you make the changes. [More infos about a good commit message.](https://betterprogramming.pub/stop-writing-bad-commit-messages-8df79517177d)
|
||||||
|
|
||||||
* If you fix an issue with your commit, please close the issue by [adding one of the keywords and the issue number](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) to your commit message.
|
* If you fix an issue with your commit, please close the issue by [adding one of the keywords and the issue number](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) to your commit message.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user