From 3000ae89403ca708351b7a34d638d2de0a3737a2 Mon Sep 17 00:00:00 2001
From: Piotr Findeisen <piotr.findeisen@gmail.com>
Date: Tue, 30 Aug 2022 11:11:03 +0200
Subject: [PATCH] Simplify pull request template

It seems that pull request template is not serving the project well.
It's apparently not filled in in majority of the PRs, also including PRs
authored by maintainers. As a result, reviewers spend time eyeballing
the template's text to check whether this is just a raw template or
there is any information added.

This commit removes a section of the pull request template that
maintainers agree to remove. It is left for a future work to remove
other parts of the pull request template.
---
 .github/pull_request_template.md | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 3c3bafebf56e..f263abb688bc 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,29 +2,7 @@
 
 ## Description
 
-<!-- Elaborate beyond the title of the PR as necessary to help the reviewers and maintainers.-->
-
-<!-- Answer the following questions to help reviewers and maintainers
-understand this PR's scope at a glance:
--->
-
-> 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)
-
-> How would you describe this change to a non-technical end user or system administrator?
-
-## Related issues, pull requests, and links
-
-<!-- List any issues fixed by this PR, and provide links to other related PRs, upstream release notes, and other useful resources. For example:
-* Fixes #issuenumber
-* Related documentation in #issuenumber
-* [Some release notes](http://usefulinfo.example.com)
--->
-
-<!-- The following sections are filled in by the maintainer with input from the contributor:
-Use :white_check_mark: or (x) to signal selection.
--->
+....
 
 ## Documentation