From 2b4ac8be76e34ee7cdfeed90396c42fd98daa06d Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Wed, 16 Jun 2021 11:05:31 +0200 Subject: [PATCH] added yml issues template --- .github/ISSUE_TEMPLATE/bug-report.md | 10 ------- .github/ISSUE_TEMPLATE/bug-report.yml | 43 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index b26e99a..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Bug Report -about: Something doesn't work as expected. -title: '' -labels: '' -assignees: '' - ---- - -Before creating an issue, please have a look at the Troubleshooting page: https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..9fb2023 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,43 @@ +name: Report an issue with signal-cli-rest-api +description: Report an issue with signal-cli-rest-api. +body: + - type: textarea + validations: + required: true + attributes: + label: The problem + description: >- + Describe the issue you are experiencing here. 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: checkboxes + id: latest_version + label: Are you using the latest released version? + attributes: + options: + - label: Yes + - type: checkboxes + id: read_troubleshooting + label: Have you read the troubleshooting page? + description: Can be found [here](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/TROUBLESHOOTING.md) + attributes: + options: + - label: Yes + - type: dropdown + validations: + required: true + attributes: + label: What type of installation are you running? + options: + - signal-cli-rest-api Docker Container + - Home Assistant Signal Addon + - type: textarea + attributes: + label: Additional information + description: > + If you have any additional information for us, use the field below. + Please note, you can attach screenshots or screen recordings here, by + dragging and dropping files in the field below.