chore: update issue templates

This commit is contained in:
Dmitriy Pleshevskiy 2020-11-14 02:48:37 +03:00 committed by GitHub
parent 39209ea514
commit 7f6d16c473
1 changed files with 31 additions and 0 deletions

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

@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
### To Reproduce
```rust
// Paste example here
```
### Expected behavior
A clear and concise description of what you expected to happen.
### Actual behavior
What actual happened?
### Environments
- OS:
- Rust version:
- Sonic version:
- Sonic-Channel version
**Additional context**
Add any other context about the problem here.