diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ce75c97d0cb..dff1379ed4c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,8 +3,8 @@ For us to review and ship your PR efficiently, please perform the following steps: - [ ] Open a [bug/issue](https://github.com/netlify/cli/issues/new/choose) before writing your code ๐Ÿง‘โ€๐Ÿ’ป. This ensures - we can discuss the changes and get feedback from everyone that should be involved. If you're fixing a typo or - something that's on fire ๐Ÿ”ฅ (e.g. incident related), you can skip this step. + we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or + something that`s on fire ๐Ÿ”ฅ (e.g. incident related), you can skip this step. - [ ] Read the [contribution guidelines](../CONTRIBUTING.md) ๐Ÿ“–. This ensures your code follows our style guide and passes our tests. - [ ] Update or add tests (if any source code was changed or added) ๐Ÿงช