Skip to content

Commit

Permalink
Add "bug report" issue template (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Apr 10, 2024
1 parent eae3228 commit d42daab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -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
```

0 comments on commit d42daab

Please sign in to comment.