Skip to content

Commit e736c47

Browse files
Add basic issue template config to show links (#360)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
1 parent 6981031 commit e736c47

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: I have an issue or bug regarding using Matter with Home Assistant
4+
url: https://github.com/home-assistant/core/issues?q=is:issue+is:open+label:%22integration:+matter%22
5+
about: This is the issue tracker for the Matter server library. Unless you are an application developer utilizing this library, please do not post issues directly here. Instead report them at our Home Assistant core project.
6+
- name: I'm looking for documentation how to setup Matter in Home Assistant
7+
url: https://www.home-assistant.io/integrations/matter/
8+
about: We have extensive documentation for Matter on our website.

0 commit comments

Comments
 (0)