From 1d1aa1eb3fa17386d60854b62a66ae6b23758468 Mon Sep 17 00:00:00 2001 From: camimancusi <103962159+camimancusi@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:04:21 -0300 Subject: [PATCH] Update issue templates (#147) Template to load an issue --- .github/ISSUE_TEMPLATE/bug_report.md | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..edb76583 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Current Behavior +What is the current behavior? + +## Steps to reproduce +Please provide detailed steps for reproducing the issue. +1. step 1 +2. step 2 +3. you get it... + +## Context +Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. + +* Used wallet extension +* Transactions IDs +* Addresses of the multisigs involved +* Addresses of the wallets involved ... + + +## Screenshots/Video +If applicable, add screenshots/video to help explain your problem. +Remember to mark the area in the application thats impacted. + + +## Environment +Desktop + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari, firefox, edge] + - Resolution [e.g. 2560 X 1289] + - Version [e.g. 22] + +Mobile/Tablet + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Screen size: [e.g. 4.75, 5.5] + - Mobile Browser [e.g. stock browser, safari] + - Version [e.g. 22]