Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): bug issue refactor #128

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees:
- kinghat
body:
- type: markdown
attributes:
value: |
# Prerequisites
1. Check if your [issue](https://github.com/kinghat/tabbed-card/issues) has already been reported.
2. Be reasonably sure your issue is with `tabbed-card` specifically and not another component or home assistant itself.
3. You can help demonstrate a `tabbed-card` specific bug by providing a minimum reproducible config below.
- type: textarea
id: description
attributes:
label: Description and outcome
description: A clear description of what the bug is and what the expected outcome should be. Include screenshots and video for clarity.
placeholder: Bug description and outcome.
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: What is the environemnt where the bug is occurring?
value: |
- OS: [e.g. iOS, Linux]
- Browser: [e.g. chrome, safari]
- Home Assistant Version: [e.g. 2023.9.0]
- Tabbed Card Version: [e.g. 0.3.2]
render: Markdown
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproducible configuration
description: Provide a minimal reproducible configuration of your card that demonstrates the bug.
placeholder: |
type: custom:tabbed-card
tabs:
- card:
type: entity
entity: sun.sun
attributes:
label: Sun
render: YAML
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other information about the problem here.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ contact_links:
- name: Feature Requests
url: https://github.com/kinghat/tabbed-card/discussions/new?category=feature-requests
about: Submit feature requests to our discussion forum.
- name: Help
url: https://github.com/kinghat/tabbed-card/discussions/new?category=q-a
about: Area designated for help iquiries.