diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9cb2a6e9..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: 'ISSUE: ' -labels: 'pending' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**Environment (please complete the following information):** - - OS: [e.g. HassOS/Raspbian/CentOS] - - Type of device: [e.g. RPi3/NUC/Synology] - - Home Assistant version: [e.g. 0.105.5] - - Hassio/Docker/Core? - - Component version: [e.g. 0.1.2] - -**Logs** -Paste your error logs here. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. -Please add emails in plain/text format if possible and applicable. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..ff559835 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 drag-and-drop that file into the textbox below.** + + 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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 7e3a2dea..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[Feature Request] " -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..0bc9e8c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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. \ No newline at end of file