Skip to content

Commit e81eeb0

Browse files
committed
feat: v6 rewrite
1 parent f586940 commit e81eeb0

81 files changed

Lines changed: 7421 additions & 4090 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/FUNDING.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 35 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,57 @@
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.
34

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
511

612
## Context
713

8-
Please select one:
14+
### Install method
915

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
1521

16-
Please select one:
22+
### Version
1723

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>
2328

2429
## Environment
2530

26-
My operating system:
31+
- OS: <Windows | macOS | Linux | Other>
32+
- OS version: <version>
33+
- Architecture: <arch>
2734

28-
- [ ] Windows
29-
- [ ] OSX
30-
- [ ] Linux
31-
- [ ] Other
35+
## Description
3236

33-
OS version: <version>
34-
OS architecture: <architecture>
37+
### Expected behavior
3538

36-
## Issue
39+
<expected behavior>
3740

38-
### What was expected
41+
### Actual behavior
3942

40-
<expected behavior>
43+
<actual behavior>
4144

42-
### What happened
45+
### Steps to reproduce
4346

44-
<observed behavior>
47+
1. <step>
48+
2. <step>
49+
3. <step>
4550

4651
### Logs
4752

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.
4954

50-
```
51-
<cameradar logs>
55+
```text
56+
<logs>
5257
```

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Goal of this PR
2+
3+
<!-- A brief description of the change being made with this pull request. -->
4+
5+
<!--
6+
Fixes [#XXX](https://github.com/Ulaakut/cameradar/issues/XXX)
7+
-->
8+
9+
## How did I test it?
10+
11+
<!-- A brief description the steps taken to test this pull request. -->

.github/dependabot.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
groups:
8+
all:
9+
patterns:
10+
- "*"
11+
open-pull-requests-limit: 10
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: weekly
16+
groups:
17+
all:
18+
patterns:
19+
- "*"
20+
open-pull-requests-limit: 10

.github/instructions/gh-actions.instructions.md

Lines changed: 637 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)