From 1550aec4f2cb2fc5b522ada0bfbd8323049d9ada Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 13 Jun 2019 09:24:46 +0200 Subject: [PATCH] added issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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 00000000000..70fbbba4fe3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔. + +--- + +## Bug Report + +### Current behavior + + +### Expected behavior + + +### Environment + +- CLI version (output of `ardunio-cli version`): +- Go version (if building from sources): +- OS version: + +### Additional context + \ No newline at end of file