From 7f6d16c47396de8f8c114422b7a5cbeeaaf7ca8a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 14 Nov 2020 02:48:37 +0300 Subject: [PATCH] chore: update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..412f55e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.