From 544cb9cef281f1e3917eac84aa2cfd6163620793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Ulsberg?= Date: Fri, 14 Nov 2025 09:43:47 +0100 Subject: [PATCH] Revise pull request template for better guidance Ensure that linked issues are actually connected in GitHub and subsequently closed when the PR is merged by prepending the issue number with "Resolves". Also simplifies the formatting. --- .github/PULL_REQUEST_TEMPLATE.md | 35 ++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4f351aa9c3..21d268617f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,40 +1,49 @@ - + ## Description - + ## Related Issue - + +This project only accepts pull requests related to open issues. +If suggesting a new feature or change, please discuss it in an issue first. +If fixing a bug, there should be an issue describing it with steps to reproduce. +Please replace "XYZ" below with the issue number that is being resolved by this +pull request. - +--> - +Resolves #XYZ ## Motivation and Context - + ## How Has This Been Tested? - + +Include details of your testing environment, and the tests you ran to +see how your change affects other areas of the code, etc. +Please describe in detail how you tested your changes. - +--> ## Screenshots (if appropriate): - + ## Checklist: - + +Go over all the following points, and put an `x` in all the boxes that apply. +If you're unsure about any of these, don't hesitate to ask. We're here to help! + +--> * \[ ] My code follows the code style of this project. * \[ ] My change requires a change to the documentation.