mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
30 lines
856 B
Markdown
30 lines
856 B
Markdown
|
<!-- Please make sure that your PR is aligned with the guidelines in CONTRIBUTING.md to the best of your ability. -->
|
||
|
<!-- Good PRs have tests! Make sure you have sufficient test coverage. -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
<!-- Describe the changes you've made. You may include any justification you want here. -->
|
||
|
|
||
|
## Test Plan
|
||
|
|
||
|
<!-- Explain how you tested your changes, and include any code that you used to test this. -->
|
||
|
<!-- If there is an example that is sufficient to use in place of a playground, replace the playground section with a note that indicates this. -->
|
||
|
|
||
|
<details>
|
||
|
|
||
|
<summary>Playground</summary>
|
||
|
|
||
|
```rust
|
||
|
PASTE YOUR PLAYGROUND CODE HERE
|
||
|
```
|
||
|
|
||
|
</details>
|
||
|
|
||
|
<!-- You need to include steps regardless of whether or not you are using a playground. -->
|
||
|
Steps:
|
||
|
1.
|
||
|
|
||
|
#### Related
|
||
|
|
||
|
<!-- Link to any issues that have context for this or that this PR fixes. -->
|