-
-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "bug report" issue template (#1436)
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |