-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Mattias Kindborg <[email protected]>
- Loading branch information
1 parent
543ef89
commit d9ea32f
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
> **Please do not disclose security vulnerabilities as issues. See our [security policy](../../SECURITY.md) for responsible disclosures.** | ||
### Before opening an issue | ||
#### Issue Checklist | ||
|
||
- [ ] I have checked the [compatibility table](https://axiscommunications.github.io/acap-documentation/docs/api/computer-vision-sdk-apis.html#compatibility) in the documentation. | ||
- [ ] I have verified that the SDK version I am using is compatible with the firmware version installed on my device. | ||
- [ ] I have included the SDK version and firmware version in my issue description for reference. | ||
|
||
### Describe the bug | ||
|
||
Explain the behavior you would expect and the actual behavior. | ||
|
||
### To reproduce | ||
|
||
Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. | ||
|
||
A team member will try to reproduce the issue with your provided steps. If there are no reproduction steps or no obvious way to reproduce the issue, the team will ask you for those steps. Bugs without steps will not be addressed until they can be reproduced. | ||
|
||
Steps to reproduce the behavior: | ||
|
||
1. Set up '...' | ||
2. Do this '...' | ||
3. See error | ||
|
||
### Screenshots | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Environment | ||
|
||
- Axis device model: [e.g. Q1615 Mk III] | ||
- Axis device firmware version: [e.g. 10.5] | ||
- Stack trace or logs: [e.g. Axis device system logs] | ||
- OS and version: [e.g. macOS v12.2.1, Ubuntu 20.04 LTS, Windows build 21996.1] | ||
- Version: [version of the application, SDK, runtime environment, package manager, interpreter, compiler, depending on what seems relevant] | ||
|
||
### Additional context | ||
|
||
Add any other context about the problem here. |