first usable version
This commit is contained in:
22
.github/ISSUE_TEMPLATE/support.yml
vendored
Normal file
22
.github/ISSUE_TEMPLATE/support.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: "Support"
|
||||
description: "Ask a question, get help with the integration"
|
||||
labels: "question"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Before you open a new issue, search through the existing issues to see if others have had the same problem.
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Checklist
|
||||
options:
|
||||
- label: I need support with using the integration.
|
||||
required: true
|
||||
- label: I'm not avoiding to fill out the [bug report](https://github.com/patman15/hdpv_ble/issues/new?assignees=&labels=Bug&projects=&template=bug.yml) form.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: "Describe the issue"
|
||||
description: "Please describe your issue, ask your question and give necessary context (BMS you are using)."
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user