Skip to content

Commit

Permalink
Made form more car centric
Browse files Browse the repository at this point in the history
  • Loading branch information
skipishere committed Dec 1, 2023
1 parent 7da89bb commit d61a683
Showing 1 changed file with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Issue
name: Telsa Car Issue
description: Create a report to help us improve
title: "Issue: "
labels: ["triage"]
title: "Car Issue: "
labels: ["triage", "car"]
body:
- type: checkboxes
attributes:
Expand All @@ -19,13 +19,29 @@ body:
- Issues without configuration will be closed
- type: input
id: version
id: version_hacs
attributes:
label: Version of the Tesla component
description: You can find this under HACS -> Integrations -> Tesla. If you are not using the newest version, download and try that before opening an issue
placeholder: ex. v3.19.3
validations:
required: true
- type: input
id: version_tesla
attributes:
label: Version of the Tesla car software
description: Open the Tesla app -> Select car -> Scroll to bottom
placeholder: ex. 2023.44.1
validations:
required: true
- type: input
id: model_tesla
attributes:
label: Model
description: The model of the Tesla
placeholder: ex. Model 3
validations:
required: true
- type: textarea
attributes:
label: Current Behavior
Expand Down

0 comments on commit d61a683

Please sign in to comment.