|
1 | | -First, make sure that none of the open and closed issues is about the same issue as you are describing, and make sure to check the frequently asked questions in the README file. |
2 | | -Then, replace the parts of this template that are between <angle brackets> with the data relative to your issue. |
| 1 | +Before filing, search open and closed issues and check the FAQ in the README. |
| 2 | +If this is a security issue, do not post details in a public issue. |
| 3 | +Do not include IPs or any other information that can identify a vulnerable network in your issue. |
3 | 4 |
|
4 | | -**If you're reporting a bug, use the template below. Otherwise, delete this template and write your issue normally.** |
| 5 | +## Issue type |
| 6 | + |
| 7 | +- [ ] Bug report |
| 8 | +- [ ] Feature request |
| 9 | +- [ ] Documentation issue |
| 10 | +- [ ] Question |
5 | 11 |
|
6 | 12 | ## Context |
7 | 13 |
|
8 | | -Please select one: |
| 14 | +### Install method |
9 | 15 |
|
10 | | -- [ ] I use the docker image `ullaakut/cameradar` |
11 | | -- [ ] I use my own build of the docker image |
12 | | -- [ ] I use the pre-compiled binary |
13 | | -- [ ] I use my own build of the binary |
14 | | -- [ ] None of the above / I don't know |
| 16 | +- [ ] Docker image `ullaakut/cameradar` |
| 17 | +- [ ] Custom Docker build |
| 18 | +- [ ] Pre-compiled binary |
| 19 | +- [ ] Custom binary build |
| 20 | +- [ ] Not sure |
15 | 21 |
|
16 | | -Please select one: |
| 22 | +### Version |
17 | 23 |
|
18 | | -- [ ] I use a specific version: <version tag> |
19 | | -- [ ] I use the latest commit of the master branch |
20 | | -- [ ] I use the latest commit of the develop branch |
21 | | -- [ ] I use a forked version of the repository: <fork URL> |
22 | | -- [ ] I use a specific commit: <commit hash> |
| 24 | +- [ ] Release tag: <tag> |
| 25 | +- [ ] Latest commit on `master` |
| 26 | +- [ ] Fork: <fork URL> |
| 27 | +- [ ] Commit: <hash> |
23 | 28 |
|
24 | 29 | ## Environment |
25 | 30 |
|
26 | | -My operating system: |
| 31 | +- OS: <Windows | macOS | Linux | Other> |
| 32 | +- OS version: <version> |
| 33 | +- Architecture: <arch> |
27 | 34 |
|
28 | | -- [ ] Windows |
29 | | -- [ ] OSX |
30 | | -- [ ] Linux |
31 | | -- [ ] Other |
| 35 | +## Description |
32 | 36 |
|
33 | | -OS version: <version> |
34 | | -OS architecture: <architecture> |
| 37 | +### Expected behavior |
35 | 38 |
|
36 | | -## Issue |
| 39 | +<expected behavior> |
37 | 40 |
|
38 | | -### What was expected |
| 41 | +### Actual behavior |
39 | 42 |
|
40 | | -<expected behavior> |
| 43 | +<actual behavior> |
41 | 44 |
|
42 | | -### What happened |
| 45 | +### Steps to reproduce |
43 | 46 |
|
44 | | -<observed behavior> |
| 47 | +1. <step> |
| 48 | +2. <step> |
| 49 | +3. <step> |
45 | 50 |
|
46 | 51 | ### Logs |
47 | 52 |
|
48 | | -If your issue is with Cameradar's binary or docker image, please run it with `-v` to print verbose logs, and paste them here: |
| 53 | +If this is a CLI or Docker issue, run with debug logs and paste output. |
49 | 54 |
|
50 | | -``` |
51 | | -<cameradar logs> |
| 55 | +```text |
| 56 | +<logs> |
52 | 57 | ``` |
0 commit comments