From 01acae25eeae85111ff02393ae60dd27a5dbe00b Mon Sep 17 00:00:00 2001 From: Ian Faust Date: Thu, 12 Dec 2024 11:42:46 +0100 Subject: [PATCH] Remove license header from PR template (#2223) * Update .licenserc.yaml * Update Pull_Request_template.md --- .github/.licenserc.yaml | 1 + .github/Pull_Request_template.md | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/.licenserc.yaml b/.github/.licenserc.yaml index 20ad7f595b..9eeafcbc21 100644 --- a/.github/.licenserc.yaml +++ b/.github/.licenserc.yaml @@ -58,6 +58,7 @@ header: - 'requirements*.txt' # Some files from .ci/.github - '.github/CODEOWNERS' + - '.github/Pull_Request_template.md' - '.github/renovate.json' # Specific files - 'setup.cfg' diff --git a/.github/Pull_Request_template.md b/.github/Pull_Request_template.md index c546e5e0d6..c79b8b8fa0 100644 --- a/.github/Pull_Request_template.md +++ b/.github/Pull_Request_template.md @@ -1,19 +1,3 @@ - - ## Description _Add a comprehensive description of proposed changes_