From 1685ecab167ab15b8520be0ada1f6e060d0ef535 Mon Sep 17 00:00:00 2001 From: Solvik Date: Sun, 19 Jul 2020 11:32:32 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..990fe99 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Configuration file** +Paste here your netbox agent configuration file + +**Environment:** + - OS: [e.g. Ubuntu 18.04] + - Netbox agent version [e.g. master, v0.6.0] + +**Additional context** +Add any other context about the problem here.