mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 23:11:29 +11:00
4a541a907a
## Description Change the issue and pull request templates. - Remove HTML comments from the markdown because it's often not deleted and takes up space in the final commit description. - Remove the "related" section in the PR template because links to other issues will naturally end up in the "description" section. - Remove some placeholder text in the feature request template. - Remove the check boxes from the bug report template to avoid creating "tasks". - The number of sections in the bug report template was a bit daunting IMO so I trimmed it down a bit. Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
21 lines
342 B
Markdown
21 lines
342 B
Markdown
## Description
|
|
|
|
Describe the changes you've made. Link to any issues that 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.
|
|
|
|
<details>
|
|
|
|
<summary>Playground</summary>
|
|
|
|
```rust
|
|
PASTE YOUR PLAYGROUND CODE HERE
|
|
```
|
|
|
|
</details>
|