From 5198c7592e4c9369f740acfa9fdc164fe10709c5 Mon Sep 17 00:00:00 2001 From: Allen Pestaluky Date: Wed, 15 Apr 2026 16:01:42 -0400 Subject: [PATCH] Add headings to GitHub pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cccaf8acc931..320d9d4fc890 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,3 +4,23 @@ Please target the `master` branch. We will take care of backporting relevant fix Before submitting, please read our checklist for new contributors: https://contributing.godotengine.org/en/latest/engine/introduction.html#checklist-for-new-contributors --> + +### What problem(s) does this PR solve? + + + +### What is the rationale for the approach used in this PR? + + + +### Was AI used to create any part of this PR? + + + +### Are there any parts of this PR that you are uncertain of or require special attention from reviewers?