From 21e05bfb463cf8c9bedae10d04c0668c681c07c4 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:51:23 +0100 Subject: [PATCH] Update bug-report.yaml --- .github/ISSUE_TEMPLATE/bug-report.yaml | 108 +++++++++++-------------- 1 file changed, 49 insertions(+), 59 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 52f82a0..02551b2 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -1,63 +1,53 @@ name: Bug Report -about: Something doesn't work as expected. -title: "" +description: File a bug report +title: "[Bug]: " +labels: [bug, triage] +assignees: +- monalisa +- nat issue_body: true body: - - type: textarea - validations: +- type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! +- type: input + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false +- type: textarea + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true +- type: dropdown + attributes: + label: Version + description: What version of our software are you running? + options: + - 1.0.2 (Default) + - 1.0.3 (Edge) + validations: + required: true +- type: dropdown + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge +- type: checkboxes + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com) + options: + - label: I agree to follow this project's Code of Conduct required: true - attributes: - label: The problem - description: >- - Describe the issue you are experiencing here. - - Provide a clear and concise description of what the problem is. - - type: markdown - attributes: - value: | - ## Environment - - type: input - validations: - required: true - attributes: - label: What version of signal-cli-rest-api has the issue? - placeholder: - description: > - Can be found in the docker image tag. - - type: input - attributes: - label: What was the last working version signal-cli-rest-api? - placeholder: core- - description: > - If known, otherwise leave blank. - - type: dropdown - validations: - required: true - attributes: - label: What type of installation are you running? - options: - - Docker - - Home Assistant Addon - - type: markdown - attributes: - value: | - # Details - - type: textarea - attributes: - label: Anything in the logs that might be useful? - description: For example, error message, or stack traces. - value: | - ```txt - # Put your logs below this line - - ``` - - type: markdown - attributes: - value: | - ## Additional information - - type: markdown - attributes: - value: > - If you have any additional information, use the field below. - Please note, you can attach screenshots or screen recordings here, by - dragging and dropping files in the field below.