mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41:30 +11:00
5300e6478a
## Description Replaces the issue forms with the old markdown issue templates. Some details have changed too. I've found the issue forms to be inflexible and the interface a bit clunky. We can switch back if the situation improves.
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
|