mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-02 18:21:23 +00:00
22 lines
779 B
YAML
22 lines
779 B
YAML
---
|
|
# Configuration for support-requests - https://github.com/dessant/support-requests
|
|
|
|
# Label used to mark issues as support requests
|
|
supportLabel: "Type: Support"
|
|
|
|
# Comment to post on issues marked as support requests. Add a link
|
|
# to a support page, or set to `false` to disable
|
|
supportComment: >
|
|
:wave: We use the issue tracker exclusively for bug reports and feature requests.
|
|
However, this issue appears to be a support request. Please use our
|
|
support channels to get help with the project.
|
|
|
|
Head over to the
|
|
[Home Assistant community forum](https://community.home-assistant.io/?u=frenck)
|
|
or join our [Discord](https://discord.me/hassioaddons) chat.
|
|
|
|
# Close issues marked as support requests
|
|
close: true
|
|
|
|
# Lock issues marked as support requests
|
|
lock: false
|