Add "bug report" issue template (#1436)

This commit is contained in:
Diggory Hardy 2024-04-10 16:29:51 +01:00 committed by GitHub
parent eae3228c63
commit d42daabf65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: Bug report
about: Something doesn't work as expected
title: ''
labels: X-bug
assignees: ''
---
## Summary
A clear and concise description of what the bug is.
What behaviour is expected, and why?
## Code sample
```rust
// Code demonstrating the problem
```