Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fixes Louisvdw#887
Louisvdw#887

* Updated issue templates.
  • Loading branch information
mr-manuel authored Jan 5, 2024
1 parent d50349f commit f16eba6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ body:
validations:
required: true

- type: input
id: battery_count
attributes:
label: Battery count
description: Specify how many batteries/BMS are connected to your Venus OS.
validations:
required: true

- type: dropdown
id: connection_type
attributes:
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ body:
validations:
required: true

- type: input
id: battery_count
attributes:
label: Battery count
description: Specify how many batteries/BMS are connected to your Venus OS.
validations:
required: true

- type: dropdown
id: connection_type
attributes:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
cache: yarn
cache-dependency-path: './docs/yarn.lock' # THIS PATTERN did the trick for me.

- name: Cleanup
run: yarn clear

- name: Install dependencies
run: yarn install --cwd ./docs --frozen-lockfile --non-interactive

Expand Down

0 comments on commit f16eba6

Please sign in to comment.