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 +<!-- A clear and concise description of the behavior. --> + +### Expected behavior +<!-- A clear and concise description of what you expected to happen. --> + +### Environment + +- CLI version (output of `ardunio-cli version`): +- Go version (if building from sources): +- OS version: + +### Additional context +<!-- (Optional) Add any other context about the problem here. --> \ No newline at end of file