feat(docs): improve Github issue templates

pull/1861/head
Tomas Susanka 3 years ago
parent 10ce81b5d1
commit faae2cb4bc

@ -1,6 +1,6 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Something does not work as expected.
title: '' title: ''
labels: bug labels: bug
assignees: '' assignees: ''
@ -14,10 +14,10 @@ A clear and concise description of what the bug is.
Describe firmware version and revision you are using when encountering the bug. Describe firmware version and revision you are using when encountering the bug.
**Desktop/smartphone setup (please complete the following information):** **Desktop/smartphone setup (please complete the following information):**
- Wallet software: [e.g. Trezor Wallet, Trezor Beta Wallet, Trezor Suite, Electrum] - Wallet software: [e.g. Trezor Suite, Electrum]
- OS: [e.g. Windows, macOS, Linux, Android] - OS: [e.g. Windows, macOS, Linux, Android]
- Browser [e.g. chrome, firefox, safari] - Browser [e.g. Chrome, Firefox, Safari]
- Version [e.g. 42] - Version [e.g. 90.0.2]
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:

@ -0,0 +1,8 @@
---
name: Code improvement
about: Issues related to refactoring, dependencies, code improvements etc.
title: ''
labels: code
assignees: ''
---

@ -0,0 +1,12 @@
---
name: Product feature
about: New product feature ready for development.
title: ''
labels: product
assignees: ''
---
**Design:** [Figma](TODO)
**Spec:** [Notion](TODO)

@ -0,0 +1,4 @@
contact_links:
- name: General support and product feedback
url: https://support.trezor.io
about: Please do not use this Github repository for technical support. Contact Trezor support directly or visit our community forum at forum.trezor.io.

@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement, feature
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 [...]
**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.
Loading…
Cancel
Save