From b5fdeb127fa1e849320ed1a4a7cefa5bd6faea10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 6 Aug 2021 15:54:26 +0200 Subject: [PATCH 1/4] Add logs checkbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- .github/ISSUE_TEMPLATE/bug-desktop.yml | 7 +++++++ .github/ISSUE_TEMPLATE/bug-web.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-desktop.yml b/.github/ISSUE_TEMPLATE/bug-desktop.yml index 809fd812cc..607dfdf1fe 100644 --- a/.github/ISSUE_TEMPLATE/bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/bug-desktop.yml @@ -57,3 +57,10 @@ body: placeholder: e.g. From https://element.io/get-started validations: required: false + - type: checkboxes + id: logs + attributes: + label: Logs + options: + - label: I have sent logs + required: false diff --git a/.github/ISSUE_TEMPLATE/bug-web.yml b/.github/ISSUE_TEMPLATE/bug-web.yml index 0010684a4a..9169868e94 100644 --- a/.github/ISSUE_TEMPLATE/bug-web.yml +++ b/.github/ISSUE_TEMPLATE/bug-web.yml @@ -57,3 +57,10 @@ body: placeholder: e.g. develop.element.io, app.element.io validations: required: false + - type: checkboxes + id: logs + attributes: + label: Logs + options: + - label: I have sent logs + required: false From 3d25198994e16c1769074c42fac098797ffb2fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 13 Aug 2021 16:47:49 +0200 Subject: [PATCH 2/4] Move and update rageshake input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- .github/ISSUE_TEMPLATE/bug-desktop.yml | 17 ++++++++++------- .github/ISSUE_TEMPLATE/bug-web.yml | 17 ++++++++++------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-desktop.yml b/.github/ISSUE_TEMPLATE/bug-desktop.yml index 607dfdf1fe..6bc02af94b 100644 --- a/.github/ISSUE_TEMPLATE/bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/bug-desktop.yml @@ -20,6 +20,16 @@ body: 3. More steps… validations: required: true + - type: dropdown + id: rageshake + attributes: + label: Have you done a rageshake? + description: Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area, followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers + options: + - "Yes" + - "No" + validations: + required: true - type: textarea id: what-happened attributes: @@ -57,10 +67,3 @@ body: placeholder: e.g. From https://element.io/get-started validations: required: false - - type: checkboxes - id: logs - attributes: - label: Logs - options: - - label: I have sent logs - required: false diff --git a/.github/ISSUE_TEMPLATE/bug-web.yml b/.github/ISSUE_TEMPLATE/bug-web.yml index 9169868e94..e80ca59990 100644 --- a/.github/ISSUE_TEMPLATE/bug-web.yml +++ b/.github/ISSUE_TEMPLATE/bug-web.yml @@ -20,6 +20,16 @@ body: 3. More steps… validations: required: true + - type: dropdown + id: rageshake + attributes: + label: Have you done a rageshake? + description: Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area, followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers + options: + - "Yes" + - "No" + validations: + required: true - type: textarea id: what-happened attributes: @@ -57,10 +67,3 @@ body: placeholder: e.g. develop.element.io, app.element.io validations: required: false - - type: checkboxes - id: logs - attributes: - label: Logs - options: - - label: I have sent logs - required: false From 184613753f145cf97fdded161d11c7c891bef16e Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Tue, 17 Aug 2021 20:02:55 +0100 Subject: [PATCH 3/4] Issue forms: update bug-desktop Move rageshake to the bottom of the form and change phrasing slightly Signed-off-by: Ekaterina Gerasimova --- .github/ISSUE_TEMPLATE/bug-desktop.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-desktop.yml b/.github/ISSUE_TEMPLATE/bug-desktop.yml index 6bc02af94b..c601c0c9bc 100644 --- a/.github/ISSUE_TEMPLATE/bug-desktop.yml +++ b/.github/ISSUE_TEMPLATE/bug-desktop.yml @@ -20,16 +20,6 @@ body: 3. More steps… validations: required: true - - type: dropdown - id: rageshake - attributes: - label: Have you done a rageshake? - description: Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area, followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers - options: - - "Yes" - - "No" - validations: - required: true - type: textarea id: what-happened attributes: @@ -67,3 +57,14 @@ body: placeholder: e.g. From https://element.io/get-started validations: required: false + - type: dropdown + id: rageshake + attributes: + label: Have you submitted a rageshake? + description: | + Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers. + options: + - 'Yes' + - 'No' + validations: + required: true From 225ee474eb14996db9b41dd48bc4dc9e72d0b69d Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Tue, 17 Aug 2021 20:06:39 +0100 Subject: [PATCH 4/4] Issue forms: update bug-web Move rageshake to the bottom of the form and change phrasing slightly Signed-off-by: Ekaterina Gerasimova --- .github/ISSUE_TEMPLATE/bug-web.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-web.yml b/.github/ISSUE_TEMPLATE/bug-web.yml index e80ca59990..e407245ab3 100644 --- a/.github/ISSUE_TEMPLATE/bug-web.yml +++ b/.github/ISSUE_TEMPLATE/bug-web.yml @@ -20,16 +20,6 @@ body: 3. More steps… validations: required: true - - type: dropdown - id: rageshake - attributes: - label: Have you done a rageshake? - description: Did you know that you can send a /rageshake command from your application to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area, followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers - options: - - "Yes" - - "No" - validations: - required: true - type: textarea id: what-happened attributes: @@ -67,3 +57,14 @@ body: placeholder: e.g. develop.element.io, app.element.io validations: required: false + - type: dropdown + id: rageshake + attributes: + label: Have you submitted a rageshake? + description: | + Did you know that you can send a /rageshake command from the web applicaiton to submit logs for this issue? Trigger the defect, then type /rageshake into the message entry area followed by a description of the problem and send the command. This will automatically submit anonymous logs to the developers. + options: + - 'Yes' + - 'No' + validations: + required: true