diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 46fd9fc4109f..b30fa8d93c0b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ Please make sure to read CONTRIBUTING.md if you have not already. Pull Requests - [ ] `npx changeset` was attached. -- [ ] **Covered by automatic tests.** +- [ ] **Covered by automatic tests.** - [ ] **Impact of the changes:** - ... @@ -16,7 +16,7 @@ Please make sure to read CONTRIBUTING.md if you have not already. Pull Requests _Replace this text by a clear and concise description of what this pull request is about and why it is needed. Be sure to explain the problem you're addressing and the solution you're proposing._ _For libraries, you can add a code sample of how to use it._ -_For bugfixes, you can explain the previous behavior and how it was fixed._ +_For bug fixes, you can explain the previous behaviour and how it was fixed._ _In case of visual features, please attach screenshots or video recordings to demonstrate the changes._