From 1d71c2bfa5e1f1cd8b57ba2f75ed092097d8786c Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Fri, 23 Jan 2026 13:39:35 -0600 Subject: [PATCH 1/2] Add issue templates --- ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++++++++++++++ ISSUE_TEMPLATE/config.yml | 5 +++++ ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 ISSUE_TEMPLATE/bug_report.md create mode 100644 ISSUE_TEMPLATE/config.yml create mode 100644 ISSUE_TEMPLATE/feature_request.md diff --git a/ISSUE_TEMPLATE/bug_report.md b/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..d50766a --- /dev/null +++ b/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**System Log Messages** +```text +Past relevant log messages here. +``` + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Versions** + - Home Assistant Core: [e.g., 2025.1.0] + - Composite: [e.g., 1.0.0] + +**Additional context** +Add any other context about the problem here. diff --git a/ISSUE_TEMPLATE/config.yml b/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..df8dd4d --- /dev/null +++ b/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GitHub Community Support + url: https://community.home-assistant.io/t/composite-device-tracker-platform/67345 + about: Please ask and answer questions here. diff --git a/ISSUE_TEMPLATE/feature_request.md b/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From ea3b6e0239cb5931031778a6e4eeff40c0879dcd Mon Sep 17 00:00:00 2001 From: Phil Bruckner Date: Fri, 23 Jan 2026 13:41:44 -0600 Subject: [PATCH 2/2] ISSUE_TEMPLATE in wrong directory --- {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml | 0 {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.md | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/bug_report.md (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/config.yml (100%) rename {ISSUE_TEMPLATE => .github/ISSUE_TEMPLATE}/feature_request.md (100%) diff --git a/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from ISSUE_TEMPLATE/config.yml rename to .github/ISSUE_TEMPLATE/config.yml diff --git a/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md