valence/.github/ISSUE_TEMPLATE/bug_report.md
Ryan Johnson 5300e6478a
Replace yaml issue templates with markdown templates (#287)
## 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.
2023-03-11 20:04:46 -08:00

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