Skip to content

Commit 9c08d49

Browse files
authored
Merge pull request #3 from unixorn/add-issue-template
Add issue templates
2 parents 2152efc + 6638467 commit 9c08d49

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: unixorn # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: unixorn # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: unixorn
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: https://www.redbubble.com/people/unixorn/shop?asc=u

.github/ISSUE_TEMPLATE/new_entry.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: New Entry Submission
3+
about: Suggest an entry for the list
4+
title: "[NEW ENTRY]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## What product do you want added to the list?
11+
12+
Name and shame time. Please include a link to the product/service.
13+
14+
## Why is it bad?
15+
16+
Please detail why it shouldn't be used. Possible issues include but are definitely not limited to:
17+
18+
- A product that previously had API access has been locked down to require you to use the vendor's crapware
19+
- A product that previously had a free API to control your devices is switching to paid subscription
20+
- A product that used to work in a local-only mode is being "upgraded" to require a cloud service or account to function
21+
- An API that was usable to provide integrations to projects like Home Assistant and Hubitat has been disabled or removed
22+
- Safety issues
23+
- Security issues.
24+
- Vendor has been actively hostile to developers using their API. Mazda sending a cease and desist letter to the Mazda integration author, for example.
25+
26+
If there are articles / blog posts / press releases describing why it's bad, please include them here too.
27+
28+
## Is there a workaround?
29+
30+
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.
31+
32+
Finally, thanks for the help - the IOT ecosystem gets larger every day and one person can't keep up on everything.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Entry Update
3+
about: Update an entry in the list
4+
title: "[UPDATE ENTRY]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## What list entry needs an update?
11+
12+
13+
14+
## What should we update?
15+
16+
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).
17+

0 commit comments

Comments
 (0)