Skip to content

Commit

Permalink
chore: Create bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BottlecapDave authored Jan 13, 2024
1 parent c8b864c commit ba329f5
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: Bug/Issue Report
description: Create a bug/issue detailing something that is broken or not working correctly
labels: ["bug"]
assignees:
- BottlecapDave
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report, and first may I say I'm sorry that you've encountered an issue.
- type: textarea
id: description
attributes:
label: Describe the bug
description: Please provide a clear and concise description of what the bug/issue is
placeholder: ex. my bus is not being picked up
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction steps
description: Please provide steps to reproduce the behavior
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behaviour
description: Please provide a clear and concise description of what you expected to happen
validations:
required: true
- type: input
id: integration-version
attributes:
label: Integration Version
description: The version of the integration that you encountered the bug on
validations:
required: true
- type: input
id: ha-integration
attributes:
label: Home Assistant Version
description: The version of Home Assistant you're currently running
validations:
required: true
- type: dropdown
id: freshinstall
attributes:
label: Fresh Install?
description: What this encountered after upgrading or a fresh install
options:
- Not specified
- Fresh install
- After upgrading
validations:
required: true
- type: textarea
id: ha-logs
attributes:
label: Home Assistant Logs
description: Paste any related Home Assistant logs here. Please follow the instructions as outlined in the [FAQ](https://bottlecapdave.github.io/HomeAssistant-CarbonIntensity/faq/#how-do-i-increase-the-logs-for-the-integration)
validations:
required: true

0 comments on commit ba329f5

Please sign in to comment.