From 7d7c37d567b466508ed881bc106f67e15f54c27e Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 4 Feb 2022 13:27:24 -0800 Subject: [PATCH] Remove line breaks in pull request template These artificial line breaks look bad when the template is rendered in the GitHub edit box. --- .github/pull_request_template.md | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 52a900715a25..2c038f9a49b4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,39 +1,29 @@ - + + ## Description - + ## General information Is this change a fix, improvement, new feature, refactoring, or other? +Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific) -Is this a change to the core query engine, a connector, client library, or the -SPI interfaces (be specific)? - - -How would you describe this change to a non-technical end user or system -administrator? +How would you describe this change to a non-technical end user or system administrator? ## Related issues, pull requests, and links - - - + ## Documentation ( ) No documentation is needed.