From 492babaeee24fce79218560f10f11af365de5283 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:23:32 +0100 Subject: [PATCH 01/10] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 69 +++++++++++++++++++++++++--- 1 file changed, 63 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b26e99a..5d48438 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,10 +1,67 @@ ---- name: Bug Report about: Something doesn't work as expected. -title: '' -labels: '' -assignees: '' +title: "" +issue_body: true +body: + - type: textarea + validations: + 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. ---- -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 From bac8e33a6b3371d26e25e87e5d86204952375ae3 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:25:16 +0100 Subject: [PATCH 02/10] Update bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5d48438..68b1cf5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -42,8 +42,6 @@ body: attributes: value: | # Details - - ``` - type: textarea attributes: label: Anything in the logs that might be useful? From df517249d6f0af014809017c123706e83c6c7c16 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:25:54 +0100 Subject: [PATCH 03/10] Rename bug-report.md to bug-report.yml --- .github/ISSUE_TEMPLATE/{bug-report.md => bug-report.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.md => bug-report.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report.yml From 57a6c94585665e87402768b01e0ce90cd5c03ce0 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:33:39 +0100 Subject: [PATCH 04/10] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 68b1cf5..52f82a0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -61,5 +61,3 @@ body: 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. - - From 56cf0db70347cfe8ce59fbbd87cea1fc8279e0ff Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:43:05 +0100 Subject: [PATCH 05/10] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..7e384a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Report a bug with the signal-cli-rest-api + url: https://github.com/bbernhard/signal-cli-rest-api/issues + about: This is the issue tracker for the signal-cli-rest-api. From ae1f9e5d83ff3ebed82f740d09e907e627e0c719 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:50:58 +0100 Subject: [PATCH 06/10] Rename bug-report.yml to bug-report.yaml --- .github/ISSUE_TEMPLATE/{bug-report.yml => bug-report.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.yml => bug-report.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug-report.yaml From 21e05bfb463cf8c9bedae10d04c0668c681c07c4 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:51:23 +0100 Subject: [PATCH 07/10] 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. From b9d042e2153e719a8dcd0fdead6a63570e68fe2f Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:51:54 +0100 Subject: [PATCH 08/10] Rename bug-report.yaml to bug_report.yaml --- .github/ISSUE_TEMPLATE/{bug-report.yaml => bug_report.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.yaml => bug_report.yaml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yaml rename to .github/ISSUE_TEMPLATE/bug_report.yaml From 9dadc5794d03ac317ee7db1532d5e360e6defffb Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:53:55 +0100 Subject: [PATCH 09/10] Delete config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 7e384a1..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Report a bug with the signal-cli-rest-api - url: https://github.com/bbernhard/signal-cli-rest-api/issues - about: This is the issue tracker for the signal-cli-rest-api. From 66a49cb4745e2a74157cb3a111eb8b0353190ef8 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sun, 7 Mar 2021 12:54:26 +0100 Subject: [PATCH 10/10] Update and rename bug_report.yaml to bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 10 +++++ .github/ISSUE_TEMPLATE/bug_report.yaml | 53 -------------------------- 2 files changed, 10 insertions(+), 53 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..b26e99a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,10 @@ +--- +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.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml deleted file mode 100644 index 02551b2..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ /dev/null @@ -1,53 +0,0 @@ -name: Bug Report -description: File a bug report -title: "[Bug]: " -labels: [bug, triage] -assignees: -- monalisa -- nat -issue_body: true -body: -- 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