diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f6c18d6..4917846 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,20 +1,3 @@ ## Description Describe the changes you've made. Link to any issues this PR fixes or addresses. - -## Test Plan - -Explain the steps necessary to test your changes. If you used a playground, include the code in the details below. - -Steps: -1. - -
- -Playground - -```rust -PASTE YOUR PLAYGROUND CODE HERE -``` - -