From f99ca60619b04c2e8529014597141ec0b6b1d033 Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Mon, 29 Nov 2021 17:31:10 +0100 Subject: [PATCH] Modified issues templates to use placeholders everywhere instead of inputs, so there is less chances to have fields filled only with origin input --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2abaa629d..7d31fc48e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -64,7 +64,7 @@ body: - Version of the App [e.g. 4.3.2] - Version of the SDK [e.g 5.0.49] - value: | + placeholder: | - Device: - OS: - Version of the App: @@ -76,7 +76,7 @@ body: attributes: label: Expected behaviour description: "A clear and concise description of what you expected to happen." - value: | + placeholder: | I wanted to do a simple call with the Linux client calling the Android phone. However, the desktop app crashed. validations: required: true