Skip to content

Commit

Permalink
chore: making a bit easier reporting a bug (coinbase#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Dec 10, 2023
1 parent 38b5aa1 commit 1bdf9ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 45 deletions.
30 changes: 5 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,10 @@ title: "Bug: "
labels: ["type: bug"]

body:
- type: input
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Tell us what you see!
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps
description: Steps to reproduce the behavior.
label: Describe the bug and the steps to reproduce it
placeholder: |
1. Go to '...'
2. Click on '....'
Expand All @@ -29,23 +19,13 @@ body:
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true

- type: textarea
id: additional
attributes:
label: Additional info
description: If applicable, include links to screenshots or error logs
label: What's the expected behavior?

- type: textarea
id: environment
attributes:
label: Environment
description: Please fill in details for bugs reported in your environment
label: What version of the libraries are you using?
placeholder: |
- OS: [e.g. Fedora]
- Version [e.g. 37]
- Build Onchain Apps: [e.g. 0.9.x]
- Wagmi [e.g. 1.4.x]
21 changes: 1 addition & 20 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,15 @@ title: "Feature Request: "
labels: ["type: enhancement"]

body:
- type: markdown
attributes:
value: |
This issue form is for feature requests only!
If you've found a bug, please use [bug_report](/new?template=bug_report.yml)
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: Describe any alternative solutions or features you've considered.

- type: textarea
id: other
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
label: Describe alternatives you've considered.

0 comments on commit 1bdf9ce

Please sign in to comment.