mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
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
1 changed files with 7 additions and 0 deletions
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 a new issue