From 5788543d8596cbe11788b3ecd92d2c9fd4aab923 Mon Sep 17 00:00:00 2001 From: Roi Avinoam Date: Fri, 24 Jan 2025 13:46:27 -0800 Subject: [PATCH] Add issue templates to fleet-telemetry repo --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/issue.md | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..789194c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Developer Dashboard + url: https://developer.tesla.com/dashboard + about: To submit general support requests diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..9361898 --- /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. If you are not requesting a change to the code in this repository, please instead submit a support request by clicking the Support Inquiry link from within the developer dashboard: https://developer.tesla.com/dashboard