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:
parent
0cd6c7caa6
commit
abddbf2d95
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user