From c4663576d18a531f6d88443792082f5bf2beb1b0 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Thu, 12 Sep 2019 14:05:45 +0300 Subject: [PATCH] Update issue templates --- .../ISSUE_TEMPLATE/entity-support-request.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ .../lovelace-card-implementation-request.md | 12 ++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/entity-support-request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/lovelace-card-implementation-request.md diff --git a/.github/ISSUE_TEMPLATE/entity-support-request.md b/.github/ISSUE_TEMPLATE/entity-support-request.md new file mode 100644 index 0000000..6534418 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/entity-support-request.md @@ -0,0 +1,12 @@ +--- +name: Entity support request +about: Suggest to add support of any entity type +title: '' +labels: feature/improvement, ENTITY +assignees: '' + +--- + +**Entity type:** + +**Link to documentation:** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..29b288f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for HA Client if it is not a card or entity support +title: '' +labels: feature/improvement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/lovelace-card-implementation-request.md b/.github/ISSUE_TEMPLATE/lovelace-card-implementation-request.md new file mode 100644 index 0000000..859313d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/lovelace-card-implementation-request.md @@ -0,0 +1,12 @@ +--- +name: Lovelace card implementation request +about: Suggest to add any Lovelace card support +title: '' +labels: feature/improvement, CARD +assignees: '' + +--- + +**Card name:** + +**Link to card repository or web page:**