valence/.github/pull_request_template.md
Ryan Johnson ad1f5d1b4c
Remove "test plan" from pull request template (#336)
## Description

Remove the "test plan" section from the pull request template. My
justification is:
- The steps needed to test a pull request is usually obvious.
- Often the test plan is just "run `cargo test` lol"
- For small changes and tweaks, a "test plan" is overkill and amounts to
frustrating busywork.
- Adds too much additional friction for new contributors.
- Large projects like Bevy are fine without it.
- Often not applicable to pull requests (like this one).
2023-05-23 08:45:15 -04:00

97 B

Description

Describe the changes you've made. Link to any issues this PR fixes or addresses.