Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Nov 8, 2023
1 parent f7418e4 commit 6638467
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/new_entry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: New Entry Submission
about: Suggest an entry for the list
title: "[NEW ENTRY]"
labels: enhancement
assignees: ''

---

## What product do you want added to the list?

Name and shame time. Please include a link to the product/service.

## Why is it bad?

Please detail why it shouldn't be used. Possible issues include but are definitely not limited to:

- A product that previously had API access has been locked down to require you to use the vendor's crapware
- A product that previously had a free API to control your devices is switching to paid subscription
- A product that used to work in a local-only mode is being "upgraded" to require a cloud service or account to function
- An API that was usable to provide integrations to projects like Home Assistant and Hubitat has been disabled or removed
- Safety issues
- Security issues.
- Vendor has been actively hostile to developers using their API. Mazda sending a cease and desist letter to the Mazda integration author, for example.

If there are articles / blog posts / press releases describing why it's bad, please include them here too.

## Is there a workaround?

If there's a workaround (like attaching Hue bulbs to a non-Philips zigbee controller), include that here. If there are other products that can replace it, please include links. In the interest of keeping entries short, we prioritize links to products like opengarage.io that publish their firmware, especially if it has an open source license.

Finally, thanks for the help - the IOT ecosystem gets larger every day and one person can't keep up on everything.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/update_entry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Entry Update
about: Update an entry in the list
title: "[UPDATE ENTRY]"
labels: enhancement
assignees: ''

---

## What list entry needs an update?



## What should we update?

If the vendor has resolved the issue, please add a link to a press release / blog post / article confirming it. If there's a new workaround, describe that here (with links to instructions if possible).

0 comments on commit 6638467

Please sign in to comment.