From 4c30e8b6cfbc0994e5fc1770e4d2139d2cfe0b46 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 14 Jan 2025 15:04:43 +0100 Subject: [PATCH] .github: simplify PR templates (#84536) It is rare that we need to provide information like "before and after the change". In majority of cases we just ignore "Additional information" when submitting PRs. We can just put the needed information into the summary if needed and remove the section from the template, simplifying it. --- .github/PULL_REQUEST_TEMPLATE/Bug fix.md | 13 +------------ .../PULL_REQUEST_TEMPLATE/Documentation change.md | 12 +----------- .github/PULL_REQUEST_TEMPLATE/New feature.md | 12 +----------- .github/PULL_REQUEST_TEMPLATE/Tests.md | 13 +------------ .../Unclear purpose or motivation.md | 13 +------------ 5 files changed, 5 insertions(+), 58 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/Bug fix.md b/.github/PULL_REQUEST_TEMPLATE/Bug fix.md index b400b336dff..3ad5e0cff2b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Bug fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/Bug fix.md @@ -2,19 +2,8 @@ - + ##### ISSUE TYPE - Bugfix Pull Request - -##### ADDITIONAL INFORMATION - - - - - - -```paste below - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE/Documentation change.md b/.github/PULL_REQUEST_TEMPLATE/Documentation change.md index c62ff7bfc55..e0280ea016a 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Documentation change.md +++ b/.github/PULL_REQUEST_TEMPLATE/Documentation change.md @@ -2,18 +2,8 @@ - + ##### ISSUE TYPE - Docs Pull Request - -##### ADDITIONAL INFORMATION - - - - - -```paste below - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE/New feature.md b/.github/PULL_REQUEST_TEMPLATE/New feature.md index 9e10c45d5d4..bd56e021164 100644 --- a/.github/PULL_REQUEST_TEMPLATE/New feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/New feature.md @@ -2,18 +2,8 @@ - + ##### ISSUE TYPE - Feature Pull Request - -##### ADDITIONAL INFORMATION - - - - - -```paste below - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE/Tests.md b/.github/PULL_REQUEST_TEMPLATE/Tests.md index b059793b49a..80eb3c6ab02 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Tests.md +++ b/.github/PULL_REQUEST_TEMPLATE/Tests.md @@ -2,19 +2,8 @@ - + ##### ISSUE TYPE - Test Pull Request - -##### ADDITIONAL INFORMATION - - - - - - -```paste below - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md b/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md index 33504c1d708..baed1c6c83b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md +++ b/.github/PULL_REQUEST_TEMPLATE/Unclear purpose or motivation.md @@ -2,7 +2,7 @@ - + ##### ISSUE TYPE @@ -12,14 +12,3 @@ - Docs Pull Request - Feature Pull Request - Test Pull Request - -##### ADDITIONAL INFORMATION - - - - - - -```paste below - -```