From 15d2afaed67f4a13e2bc7c63804a7de099ef4059 Mon Sep 17 00:00:00 2001 From: katspaugh <381895+katspaugh@users.noreply.github.com> Date: Thu, 3 Feb 2022 16:31:10 +0100 Subject: [PATCH] chore: restore bug template --- .github/ISSUE_TEMPLATE/bug-report.md | 94 +++++++--------------------- 1 file changed, 24 insertions(+), 70 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 2c71e868c8..398d0affae 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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 +--- + + + +## Description + +## Environment + - Browser: Chrome + - Wallet: MetaMask + - Chain: Rinkeby + +## Steps to reproduce + 1. Go to + +## Expected result + +## Obtained result + +## Screenshots