mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 22:57:17 +01:00
feat(chore): GH-template-revamp
This commit is contained in:
committed by
Jan Komárek
parent
9313eb31e7
commit
cea3435d97
9
.github/ISSUE_TEMPLATE/01_Suite_issue.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/01_Suite_issue.md
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
name: Trezor Suite - new issue
|
||||
about: New issue for Trezor Suite (desktop/web).
|
||||
title: ''
|
||||
labels:
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
---
|
||||
name: Trezor Suite or Connect bug report
|
||||
about: Something does not work as expected.
|
||||
name: Trezor Suite - bug report
|
||||
about: Something does not work as expected (desktop/web)
|
||||
title: ''
|
||||
labels: bug
|
||||
labels: bug,
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: Mobile - new issue
|
||||
about: New issue for mobile app
|
||||
title: ''
|
||||
labels: mobile-app
|
||||
labels: mobile
|
||||
assignees: ''
|
||||
projects: ["trezor/61"]
|
||||
projects: "Suite Mobile"
|
||||
---
|
||||
7
.github/ISSUE_TEMPLATE/04_code.md
vendored
7
.github/ISSUE_TEMPLATE/04_code.md
vendored
@@ -1,7 +0,0 @@
|
||||
---
|
||||
name: Code improvement
|
||||
about: Issues related to refactoring, dependencies, code improvements etc.
|
||||
title: ''
|
||||
labels: code
|
||||
assignees: ''
|
||||
---
|
||||
@@ -2,8 +2,9 @@
|
||||
name: Mobile bug report
|
||||
about: Something does not work as expected.
|
||||
title: ''
|
||||
labels: bug, mobile-app
|
||||
labels: bug, mobile
|
||||
assignees: ''
|
||||
projects: "trezor/Suite Mobile"
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
8
.github/ISSUE_TEMPLATE/05_Connect_issue.md
vendored
Normal file
8
.github/ISSUE_TEMPLATE/05_Connect_issue.md
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
name: Connect - new issue
|
||||
about: New issue for Connect.
|
||||
title: ''
|
||||
labels: connect
|
||||
assignees: ''
|
||||
projects:
|
||||
---
|
||||
11
.github/ISSUE_TEMPLATE/05_product.md
vendored
11
.github/ISSUE_TEMPLATE/05_product.md
vendored
@@ -1,11 +0,0 @@
|
||||
---
|
||||
name: Product feature
|
||||
about: New product feature ready for development.
|
||||
title: ''
|
||||
labels: product
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Design:** [Figma](TODO)
|
||||
|
||||
**Spec:** [Notion](TODO)
|
||||
11
.github/ISSUE_TEMPLATE/06_Connect_bug.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/06_Connect_bug.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Connect - bug report
|
||||
about: Something does not work as expected.
|
||||
title: ''
|
||||
labels: bug, connect
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
Reference in New Issue
Block a user