diff --git a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml index 53c4db93b..a1f02b9df 100644 --- a/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml +++ b/.github/ISSUE_TEMPLATE/bangle-bug-report-custom-form.yaml @@ -12,15 +12,15 @@ body: - type: checkboxes id: searched attributes: - label: agree searched - description: abc + label: Agree searched + description: Please search for (closed) issues options: - label: I confirm that I have searched the forum and also for similiar bugs. required: true - type: input id: devobject attributes: - label: development object + label: Development object description: | the foldername in 'BangleApps' for generall issues create a generic issue, please. @@ -29,16 +29,16 @@ body: - type: checkboxes id: bangle attributes: - label: hwversion + label: Hardware version description: Which Bangle hw version is affected? options: - - Bangle 1 - - Bangle 2 + - label: Bangle 1 + - label: Bangle 2 - type: textarea id: report attributes: label: Bug description - description: and please mention expected behaviour + description: please also mention the expected behaviour. placeholder: | **Describe the bug** A clear and concise description of what the bug is. @@ -47,16 +47,34 @@ body: A clear and concise description of what you expected to happen. validations: required: true -# - type: textarea -# id: log_screens -# attributes: -# label: Log file or log outp or screenshots -# placeholder: | -# logfile, logoutout or screen -# - type: textarea -# id: addional -# attributes: -# label: Additional context -# description: for further helpfull information -# placeholder: | -# for further helpfull information \ No newline at end of file + - type: textarea + id: reproduce + attributes: + label: + description: Can be added here to make it more clear. + placeholder: | + 1. start app xy + 2. choose abc + 3. bug occurs + value: | + 1. + 2. + 3. + ... + - type: textarea + id: log_screens + attributes: + label: Log file / outpout / screenshots + description: Can be added here to make it more clear. + placeholder: | + logfile, logoutput or screendump. + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + Please avoid upload of sensitive data. + - type: textarea + id: addional + attributes: + label: Additional context + description: For further helpfull information. + placeholder: | + for further helpfull information \ No newline at end of file