Add "bug report" issue template (#1436)
This commit is contained in:
parent
eae3228c63
commit
d42daabf65
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user