From b05afffc4295b70a16bd0f7afb3c865cb4414ba8 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 19 May 2020 18:36:43 +0200 Subject: [PATCH] Add issue templates (#226) --- .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 00000000..0dec8524 --- /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 issue + + +## Versions + +``` +Paste here the command output. +```