From 0bae7eeaa6ab8f073261526103088f0ac01178ef Mon Sep 17 00:00:00 2001 From: puppycodes Date: Sun, 20 Nov 2022 13:11:29 -0800 Subject: [PATCH] clean up --- .github/ISSUE_TEMPLATE/bug-report.yaml | 18 ++++++++++++++---- templates/issues.md | 18 +++++++++--------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 4a1b095..f14fea1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -13,7 +13,7 @@ body: label: What's the problem? description: Do your best to describe the issue. placeholder: When I click on X from the welcome page Y happens. - value: "Something bad..." + value: "When I click on X from the welcome page Y happens." validations: required: true - type: textarea @@ -22,7 +22,7 @@ body: label: What did you expect to happen? description: What were you expecting to happen? placeholder: I thought it would be different because... - value: "Some expectations..." + value: "I thought it would be different because..." validations: required: true - type: textarea @@ -31,7 +31,7 @@ body: label: Can we reproduce the issue? description: What steps did you take? Add as much detail as you can. placeholder: 1. Opened the app... 2. Clicked the button... 3. Computer explodes... - value: "Some steps..." + value: "1. Opened the app... 2. Clicked the button... 3. Computer explodes..." validations: required: true - type: dropdown @@ -55,7 +55,17 @@ body: placeholder: Drop an image here! value: "Drop an image or Gif here!" validations: - required: true + required: true + - type: textarea + id: images + attributes: + label: Images / Gifs + description: Can you show us visually? + placeholder: Drop an image here! + value: "Drop an image or Gif here!" + validations: + required: true + - type: checkboxes id: terms attributes: diff --git a/templates/issues.md b/templates/issues.md index 2f36aba..f941541 100644 --- a/templates/issues.md +++ b/templates/issues.md @@ -1,12 +1,12 @@ # Bug Report Template -
+
``` Description: What's the problem? ``` _When I interact with X in the app I am unable to do Y_ -
+
``` Reproduction Steps: What steps did you take? @@ -18,7 +18,7 @@ _2. Clicked the button..._ _3. Computer explodes..._ -
+
``` Expected behavior: What did you think would happen? @@ -26,7 +26,7 @@ Expected behavior: What did you think would happen? _I thought something really fun would happen because the button was big and red_ -
+
``` Observed behavior: What actually happened? @@ -34,7 +34,7 @@ Observed behavior: What actually happened? _The computer fully exploded, and it's parts are everywhere..._ -
+
``` @@ -43,7 +43,7 @@ Screenshots and GIFs: Can you show us? ![?](suprise.gif) -
+
``` @@ -51,7 +51,7 @@ Device, OS name and version: What device are you on? ``` _Macbook Pro 14-inch 2021 - MacOS 13.0.1_ -
+
``` Browser: What version? @@ -59,7 +59,7 @@ Browser: What version? _Google Chrome, Version 107.0.5304.110 (Official Build) (arm64)_ -
+
``` User information @@ -68,4 +68,4 @@ User information _If relevant anything specific to you like logs, public links, wallet address, etc..._ -
\ No newline at end of file +
\ No newline at end of file