From e140dc232959d97d2e0d997e58bb7758f329b4aa Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Mon, 24 Jun 2019 20:52:49 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ 1 file changed, 20 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 0000000000..4090917289 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Bug report +title: '' +labels: bug +assignees: '' + +--- + +**V version:** + +**OS:** + +**C compiler version:** + +**What did you do?** + +**What did you expect to see?** + +**What did you see instead?**