mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
41 lines
769 B
Markdown
41 lines
769 B
Markdown
|
---
|
||
|
name: Bug Report
|
||
|
about: Is something not working correctly?
|
||
|
title: ''
|
||
|
labels: bug, triage
|
||
|
assignees: ''
|
||
|
---
|
||
|
|
||
|
## Valence Version
|
||
|
|
||
|
The commit hash or release number of the version you're using.
|
||
|
|
||
|
## What You Did
|
||
|
|
||
|
Describe how you arrived at the problem. If you can, provide a minimal reproducible example in the details below.
|
||
|
|
||
|
<details>
|
||
|
|
||
|
<summary>Playground</summary>
|
||
|
|
||
|
```rust
|
||
|
PASTE YOUR PLAYGROUND CODE HERE
|
||
|
```
|
||
|
|
||
|
</details>
|
||
|
|
||
|
## What Went Wrong
|
||
|
|
||
|
What were you expecting and what actually happened?
|
||
|
|
||
|
## Additional Information
|
||
|
|
||
|
Other information that can be used to further reproduce or isolate the problem.
|
||
|
This commonly includes:
|
||
|
|
||
|
- theories about what might be going wrong
|
||
|
- links to related bugs, PRs or discussions
|
||
|
- workarounds that you used
|
||
|
- screenshots
|
||
|
- logs
|