Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
puppycodes committed Nov 20, 2022
1 parent 70f0b24 commit 0bae7ee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
18 changes: 14 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions templates/issues.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Bug Report Template
</br>
<br>

```
Description: What's the problem?
```
_When I interact with X in the app I am unable to do Y_

</br>
<br>

```
Reproduction Steps: What steps did you take?
Expand All @@ -18,23 +18,23 @@ _2. Clicked the button..._

_3. Computer explodes..._

</br>
<br>

```
Expected behavior: What did you think would happen?
```

_I thought something really fun would happen because the button was big and red_

</br>
<br>

```
Observed behavior: What actually happened?
```

_The computer fully exploded, and it's parts are everywhere..._

</br>
<br>


```
Expand All @@ -43,23 +43,23 @@ Screenshots and GIFs: Can you show us?

![?](suprise.gif)

</br>
<br>


```
Device, OS name and version: What device are you on?
```
_Macbook Pro 14-inch 2021 - MacOS 13.0.1_

</br>
<br>

```
Browser: What version?
```
_Google Chrome,
Version 107.0.5304.110 (Official Build) (arm64)_

</br>
<br>

```
User information
Expand All @@ -68,4 +68,4 @@ User information

_If relevant anything specific to you like logs, public links, wallet address, etc..._

</br>
<br>

0 comments on commit 0bae7ee

Please sign in to comment.