Skip to content

Commit

Permalink
Merge 3423d64 into 897b815
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Feb 25, 2023
2 parents 897b815 + 3423d64 commit b20a7c7
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,56 @@
---
name: "Bug report"
description: "Report a bug with Powercalc"
labels: "bug"
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: textarea
attributes:
label: "System Health details"
description: "Paste the data from the System Health card in Home Assistant (https://www.home-assistant.io//more-info/system-health#github-issues)"
validations:
required: true
- type: checkboxes
attributes:
label: Checklist
options:
- label: I have read the [FAQ](https://homeassistant-powercalc.readthedocs.io/en/latest/troubleshooting/faq.html) to see if there is a known solution to my problem.
- label: I have enabled [debug logging](https://homeassistant-powercalc.readthedocs.io/en/latest/troubleshooting/debug-logging.html) for my installation.
required: true
- label: I have filled out the issue template to the best of my ability.
required: true
- label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
required: true
- label: This issue is not a duplicate issue of currently [previous issues](https://github.com/bramstroker/homeassistant-powercalc/issues?q=is%3Aissue+label%3A%22bug%22+)..
required: true
- type: textarea
attributes:
label: "Describe the issue"
description: "A clear and concise description of what the issue is."
validations:
required: true
- type: textarea
attributes:
label: Reproduction steps
description: "Without steps to reproduce, it will be hard to fix, it is very important that you fill out this part, issues without it will be closed"
value: |
1.
2.
3.
...
validations:
required: true
- type: textarea
attributes:
label: "Debug logs"
description: "To enable debug logs check this https://homeassistant-powercalc.readthedocs.io/en/latest/troubleshooting/debug-logging.html, this **needs** to include _everything_ from startup of Home Assistant to the point where you encounter the issue."
render: text
validations:
required: true

- type: textarea
attributes:
label: "Diagnostics dump or YAML config"
description: "When you have setup sensors using the GUI please drag the diagnostics dump file here. (see https://www.home-assistant.io/integrations/diagnostics/ for info). When you have used YAML please put the related YAML configuration here"
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,47 @@
---
name: "Feature request"
description: "Suggest an idea for this project"
labels: "enhancement"
body:
- type: markdown
attributes:
value: Before you open a new feature request, search through the existing feature requests to see if others have had the same idea.
- type: checkboxes
attributes:
label: Checklist
options:
- label: I have filled out the template to the best of my ability.
required: true
- label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
required: true
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/bramstroker/homeassistant-powercalc/issues?q=is%3Aissue+label%3A%22enhancement%22+).
required: true

- type: textarea
attributes:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is."
placeholder: "I'm always frustrated when [...]"
validations:
required: true

- type: textarea
attributes:
label: "Describe the solution you'd like"
description: "A clear and concise description of what you want to happen."
validations:
required: true

- type: textarea
attributes:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: true

- type: textarea
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: true

0 comments on commit b20a7c7

Please sign in to comment.