diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d2ca63d1..5d35d8b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,6 +33,16 @@ Provide details about what browser (and version) you are seeing the issue in. An Explain what the issue is, and how things should look/behave. If possible provide a screenshot with a description. --> +**Frigate card diagnostic information** + + + +```json + +``` + **Javascript errors shown in the web inspector (if applicable):** ``` diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fdb3ac7b..8489abf2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,4 @@ updates: directory: / schedule: interval: daily + target-branch: "dev" diff --git a/.github/labels.yml b/.github/labels.yml index f7f83aad..566843a4 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -64,3 +64,6 @@ - name: wontfix description: This will not be worked on color: ffffff +- name: votes needed + description: Vote for this feature to encourage prioritization! + color: e2ed82 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2b83ca9c..a08e42d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: push: branches: - main - - release-* + - dev pull_request: schedule: - cron: "17 6 * * *"