Skip to content

Commit

Permalink
chore(repo): update issue templates (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 authored Jun 1, 2024
1 parent a633b4a commit 6486ee5
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 48 deletions.
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

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: Report an issue with Mail and Packages
labels: ["pending"]
title: "[Bug]: "
description: Report an issue with Mail and Packages.
body:
- type: textarea
validations:
required: true
attributes:
label: The problem
description: >-
Describe the issue you are experiencing here, to communicate to the
maintainers. Tell us what you were trying to do and what happened.
Provide a clear and concise description of what the problem is.
- type: markdown
attributes:
value: |
## Environment
- type: input
id: version
validations:
required: true
attributes:
label: What version of Home Assistant?
placeholder: core-
description: >
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/).
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/)
- type: input
validations:
required: true
attributes:
label: What version of Mail and Packages?
description: >
Can be found in: [Settings ⇒ Devices & services ⇒ Mail and Packages under the Mail and Packages logo](https://my.home-assistant.io/redirect/integration/?domain=mail_and_packages)
[![Open your Home Assistant instance and show the integration information.](https://my.home-assistant.io/badges/integration.svg)](https://my.home-assistant.io/redirect/integration/?domain=mail_and_packages)
- type: markdown
attributes:
value: |
# Details
- type: textarea
attributes:
label: Diagnostics information
placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)"
description: >-
Many integrations provide the ability to [download diagnostic data](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics).
**It would really help if you could download the diagnostics data for the device you are having issues with,
and <ins>drag-and-drop that file into the textbox below.</ins>**
It generally allows pinpointing defects and thus resolving issues faster.
- type: textarea
attributes:
label: Anything in the logs that might be useful for us?
description: For example, error message, or stack traces.
render: txt
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Request a feature for Mail and Packages
labels: ["feature"]
title: "[Feature Request]: "
description: Request a feature for Mail and Packages.
body:
- type: textarea
validations:
required: true
attributes:
label: The feature
description: >-
Describe the feature you'd like added.
- type: textarea
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.

0 comments on commit 6486ee5

Please sign in to comment.