From ea19bcd9bba120d66c1437b9a0948df2441dd2c3 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 21 Jun 2024 20:21:52 +1000 Subject: [PATCH] Issue templates --- .github/ISSUE_TEMPLATE/support-request.md | 38 ------------------- .../{bug-report.md => teslemetry.md} | 20 +++------- .github/ISSUE_TEMPLATE/tessie.md | 34 +++++++++++++++++ package.json | 4 +- 4 files changed, 41 insertions(+), 55 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/support-request.md rename .github/ISSUE_TEMPLATE/{bug-report.md => teslemetry.md} (58%) create mode 100644 .github/ISSUE_TEMPLATE/tessie.md diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md deleted file mode 100644 index c64c5ff..0000000 --- a/.github/ISSUE_TEMPLATE/support-request.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Support Request -about: Need help? -title: '' -labels: question -assignees: '' - ---- - - - -**Describe Your Problem:** - - -**Logs:** - -``` -Show the Homebridge logs here, remove any sensitive information. -``` - -**Plugin Config:** - -```json -Show your Homebridge config.json here, remove any sensitive information. -``` - -**Screenshots:** - - -**Environment:** - -* **Plugin Version**: -* **Homebridge Version**: -* **Node.js Version**: -* **NPM Version**: -* **Operating System**: - - diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/teslemetry.md similarity index 58% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/teslemetry.md index fd51059..96ac304 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/teslemetry.md @@ -1,15 +1,15 @@ --- -name: Bug Report -about: Create a report to help us improve +name: Issue for homebridge-teslemetry +about: Create a bug report or support request for Homebridge Teslemetry title: '' -labels: bug -assignees: '' +labels: teslemetry +assignees: '@Bre77' --- -**Describe The Bug:** +**Describe The Issue:** **To Reproduce:** @@ -24,21 +24,11 @@ assignees: '' Show the Homebridge logs here, remove any sensitive information. ``` -**Plugin Config:** - -```json -Show your Homebridge config.json here, remove any sensitive information. -``` - **Screenshots:** **Environment:** * **Plugin Version**: -* **Homebridge Version**: -* **Node.js Version**: -* **NPM Version**: -* **Operating System**: diff --git a/.github/ISSUE_TEMPLATE/tessie.md b/.github/ISSUE_TEMPLATE/tessie.md new file mode 100644 index 0000000..aee09d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tessie.md @@ -0,0 +1,34 @@ +--- +name: Issue for homebridge-tessie +about: Create a bug report or support request for Homebridge Tessie +title: '' +labels: tessie +assignees: '@Bre77' + +--- + + + +**Describe The Issue:** + + +**To Reproduce:** + + +**Expected behavior:** + + +**Logs:** + +``` +Show the Homebridge logs here, remove any sensitive information. +``` + +**Screenshots:** + + +**Environment:** + +* **Plugin Version**: + + diff --git a/package.json b/package.json index 5cefa59..7364c42 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "displayName": "Development Branch", "name": "homebridge-teslemetry", "description": "Connect Homebridge to your Teslemetry account.", - "homepage":"https://github.com/Teslemetry/homebridge/tree/dev?tab=readme-ov-file" + "homepage": "https://github.com/Teslemetry/homebridge/tree/dev?tab=readme-ov-file", "repository": "github:teslemetry/homebridge#dev", "bugs": { - "url": "https://github.com/teslemetry/homebridge/issues" + "url": "https://github.com/teslemetry/homebridge/issues/new/choose" }, "type": "module", "license": "Apache-2.0",