diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..17f91ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Fleet API Support + url: https://fleetapi-support.tesla.com + about: For general Fleet API support diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..6e84da6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,7 @@ +--- +name: Issue +about: Technical issue related to the code in this repository + +--- + +> 🚨 This repository is for fleet-telemetry and its codebase. If your issue is not directly related to the code or this project, please visit our [Fleet API Support Page](https://fleetapi-support.tesla.com) for assistance.