Skip to content

Commit

Permalink
chore: Tidy up issue templates (#943)
Browse files Browse the repository at this point in the history
* Tidy up car issue template

Fix link and remove default title

* Remove powerwall title

Breaks required and label conveys the same information

* Add default label
  • Loading branch information
skipishere authored Apr 14, 2024
1 parent 280a702 commit f2f9c33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
---

**Is your feature request related to a problem? Please describe.**
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/issue_car.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Telsa Car Issue
description: Create a report to help us improve
title: "Car: "
labels: ["triage", "car"]
body:
- type: checkboxes
Expand All @@ -12,8 +11,8 @@ body:
required: true
- type: checkboxes
attributes:
label: I have read about the [Fleet API](https://github.com/alandtse/tesla?tab=readme-ov-file#tesla-fleet-api-proxy) and understand I may need to use it
description: Unless you have a Pre-2021 Model S/X the Fleet API will need to be used for all other vehicles in the future.
label: I have read about the Fleet API and understand I may need to use it
description: Unless you have a Pre-2021 Model S/X the [Fleet API](https://github.com/alandtse/tesla?tab=readme-ov-file#tesla-fleet-api-proxy) will need to be used for all other vehicles in the future.
options:
- label: I understand issues relating to read only commands will be auto closed if not using the Fleet API.
required: true
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/issue_powerwall.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Powerwall Issue
description: Create a report to help us improve
title: "Powerwall Issue: "
labels: ["triage", "powerwall"]
body:
- type: checkboxes
Expand Down

0 comments on commit f2f9c33

Please sign in to comment.