Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Dec 13, 2023
1 parent 31f5dad commit 5db3895
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us fix issues
title: ''
labels: ''
assignees: ''

---

**NEVER PROVIDE ANY PART OF YOUR RECOVERY KIT, KEYS, OR OTHER INFORMATION AS PART OF THIS ISSUE - NO MEMBER OF FIREBLOCKS WILL EVER ASK FOR SUCH INFORMATION**
**MAKE SURE TO OBFUSCATE ANY SENSETIVE DATA FROM YOUR SCREENSHOTS OR STEPS**

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
After recovery / verification (Choose one): Yes / No

If the issue is after recovery or verification, simply write the steps after the recovery (no need to provide the recovery steps unless requested)
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If the issue is on the relay side - please provide a screenshot of the issue.
If the issue is on the utility side - please provide a screenshot of the ONLY the errors in the developer tools' console. Opening the developer tools is done:
* macOS - Command + Option + I (i)
* Linux \ Windows - CTRL + SHIFT + I (i) or F12

**Desktop (please complete the following information):**
- OS and version: [e.g. iOS]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest a feature you'd like to see in the tool
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
If it is related to an issue, please link it as well

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 5db3895

Please sign in to comment.