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
This commit is contained in:
NiseVoid 2024-05-02 02:00:00 +02:00 committed by GitHub
parent 0cd6c7caa6
commit abddbf2d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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