Skip to content

Commit

Permalink
chore: restore bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Feb 3, 2022
1 parent 2584d91 commit 15d2afa
Showing 1 changed file with 24 additions and 70 deletions.
94 changes: 24 additions & 70 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,24 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: Bug description
attributes:
label: Bug description
description: A short description of the bug
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: textarea
id: Steps
attributes:
label: Steps to reproduce
description: Help us reproduce the issue
placeholder: "* Go to ..."
value: "* Go to..."
validations:
required: true
- type: dropdown
id: browser
attributes:
label: What browser are you seeing the problem on?
value: Chrome
options:
- Chrome
- Firefox
- Safari
- type: dropdown
id: wallet
attributes:
label: Ethereum wallet
value: MetaMask
options:
- MetaMask
- WalletConnect
- Ledger
- Trezor
- Other
- type: dropdown
id: network
attributes:
label: What chain is it happening on?
value: Rinkeby
options:
- Mainnet
- Rinkeby
- Goerli
- Polygon
- BSC
- Gnosis Chain
- Arbitrum
- Avalanche
- Optimism
- Aurora
- EWC/Volta
- type: textarea
id: logs
attributes:
label: Errors in the console?
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
---
name: Bug report
about: Create an issue to fix a bug
---

<!--
BEFORE SUBMITTING: Please search to make sure this issue hasn't been reported already
-->

## Description

## Environment
- Browser: Chrome
- Wallet: MetaMask
- Chain: Rinkeby

## Steps to reproduce
1. Go to

## Expected result

## Obtained result

## Screenshots

0 comments on commit 15d2afa

Please sign in to comment.