34 lines
664 B
Markdown
34 lines
664 B
Markdown
![]() |
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: "[Bug] Brief what it is"
|
||
|
labels: bug, needs investigation
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Version of AimRT**
|
||
|
eg. v0.8.1
|
||
|
|
||
|
**Environments**
|
||
|
versions of gcc, cmake, python etc.
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Go to '...'
|
||
|
2. Click on '....'
|
||
|
3. Scroll down to '....'
|
||
|
4. See error
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Actual behavior**
|
||
|
A clear and concise description of what you have seen.
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|