From e778d9ab2a7283184f16f353aad9098606dc5dbf Mon Sep 17 00:00:00 2001 From: erezrokah Date: Tue, 19 Oct 2021 14:12:58 +0200 Subject: [PATCH] chore(docs-pr-template): remove line wrapping --- .github/pull_request_template.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 261be2aa..3947363d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,19 +5,15 @@ Fixes # --- For us to review and ship your PR efficiently, please perform the following steps: -- [ ] Open a [bug/issue](https://github.com/netlify/build-image/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. -- [ ] Read the [contribution guidelines](../CONTRIBUTING.md) ๐Ÿ“–. This ensures your code follows our style guide and - passes our tests. +- [ ] Open a [bug/issue](https://github.com/netlify/build-image/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. +- [ ] 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) ๐Ÿงช - [ ] Update the [included software doc](../included_software.md) (if you updated included software) ๐Ÿ“„ - [ ] Update or add documentation (if features were changed or added) ๐Ÿ“