Skip to content

Commit 8653bf1

Browse files
committed
Enhance support section in README.md with issue reporting details and dynamic add-on links
1 parent 8b7cbb7 commit 8653bf1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,17 @@ Self-hosted DNS server with Home Assistant add-on integration.
3434

3535
[:books: Technitium DNS Server add-on documentation][addon-doc-technitium-dns]
3636

37-
3837
## Support
3938

4039
Got questions?
4140

42-
- Create an issue on GitHub for bug reports, feature requests, or questions
41+
- Create an issue on GitHub for bug reports, feature requests, or questions. Note, separate GitHub repository for each add-on.
4342
- Add a ⭐️ [star on GitHub](https://github.com/staerk-ha-addons/repository) to support the project
4443

44+
{% for addon in addons %}
45+
- [Open an issue for the add-on: {{ addon.name }}][{{ addon.target }}-issue]
46+
{% endfor %}
47+
4548
## Acknowledgments
4649

4750
Special thanks to [Franck Nijhof][frenck] and the [Home Assistant Community Add-ons][ha-addons] project for their invaluable work. This add-on heavily relies on their foundation:

0 commit comments

Comments
 (0)