From 7f69ca2803b7fc0ab3a08c1c3fa0423ea10592bc Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Thu, 24 Apr 2025 23:43:46 +0200 Subject: [PATCH] github: Remove description header If PR consists of one commit with long description, github does put it as the first lines of PR so above our header, it can result in inconsistencies. The header is also needlessly duplicated in every PR preview. --- .github/pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a52f6c89de..5e3214d787 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ + + -## Description - - ## Issues