From b0afd9901b14b616da034f7ab40192e5e6cde5d9 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 17 Aug 2020 20:08:13 -0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/error.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/error.md diff --git a/.github/ISSUE_TEMPLATE/error.md b/.github/ISSUE_TEMPLATE/error.md new file mode 100644 index 0000000..b83a54f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/error.md @@ -0,0 +1,22 @@ +--- +name: Error +about: Create a report to help us improve +title: "[Error]" +labels: '' +assignees: reynico + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Screenshots and/or logs** +If applicable, add screenshots to help explain your problem. Logs are always welcome as well + +**Server information (please complete the following information):** + - OS: [e.g. Raspbian] + - Python version [e.g. 3.7.3] + - SDR device [e.g. RTL-SDR v3] + +**Additional context** +Add any other context about the problem here.