Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: add bug report template #10

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/001_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Bug report
about: Create a report to help improving CANnectivity
title: ''
labels: bug
assignees: ''
---

## Describe the bug
<!--
A clear and concise description of what the bug is.

Please also mention any information which could help others to understand
the problem you're facing:
- What have you tried to diagnose or workaround this issue?
- Is this a regression? If yes, have you been able to `git bisect` it to a specific commit?
- ...
-->

## To Reproduce
<!--
Steps to reproduce the behavior:
1. west build -b board\_xyz connectivity/app
2. west flash
3. See error ...
-->

## Expected behavior
<!-- clear and concise description of what you expected to happen. -->

## Logs and console output
<!--
If applicable, add console logs or other types of debug information. Please use copy-and-paste
(instead of attaching a screenshot) and put a code fence (\`\`\`) before and after, to help explain
the issue.
-->

## Environment
<!-- Please complete the following information: -->
- Target board: <!-- e.g. `lpcxpresso55s16` -->
- OS: <!-- e.g. which GNU/Linux distribution, which version of MacOS, which version of Windows -->
- Toolchain: <!-- e.g Zephyr SDK version x.xx -->
- CANnectivity Git commit SHA: <!-- e.g. output from `git rev-parse HEAD` under the `cannectivity` reposistory -->
- Zephyr RTOS Git commit SHA: <!-- e.g. output from `git rev-parse HEAD` under the `zephyr` repository -->

## Additional context
<!--
Add any other context that could be relevant to your issue, such as external CAN bus connections,
custom target configuration, ...
-->