From c93d8ac5d3de55ee9627a57840ca4118a472e219 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Fri, 30 Aug 2024 08:47:49 +0000 Subject: [PATCH] github: add bug report template Add template for reporting CANnectivity bugs. Signed-off-by: Henrik Brix Andersen --- .github/ISSUE_TEMPLATE/001_bug_report.md | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/001_bug_report.md diff --git a/.github/ISSUE_TEMPLATE/001_bug_report.md b/.github/ISSUE_TEMPLATE/001_bug_report.md new file mode 100644 index 0000000..c4e88b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/001_bug_report.md @@ -0,0 +1,50 @@ +--- +name: Bug report +about: Create a report to help improving CANnectivity +title: '' +labels: bug +assignees: '' +--- + +## Describe the bug + + +## To Reproduce + + +## Expected behavior + + +## Logs and console output + + +## Environment + +- Target board: +- OS: +- Toolchain: +- CANnectivity Git commit SHA: +- Zephyr RTOS Git commit SHA: + +## Additional context +