From abddbf2d95ab3b0c37acfb11b34a9f323772fad1 Mon Sep 17 00:00:00 2001 From: NiseVoid Date: Thu, 2 May 2024 02:00:00 +0200 Subject: [PATCH] Add Testing section to the PR template (#13166) # Objective - Reviews could go smoother if reviewers know how a PR was tested, how they can test it, and if it needs more testing. ## Solution - Add a testing section --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 722f3aabe3..d2fd0d0efe 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,13 @@ - Describe the solution used to achieve the objective above. +## Testing + +- Did you test these changes? If so, how? +- Are there any parts that need more testing? +- How can other people (reviewers) test your changes? Is there anything specific they need to know? +- If relevant, what platforms did you test these changes on, and are there any important ones you can't test? + --- ## Changelog