From cea3435d97c7ac7b1663c49bf5a52a8689b573dd Mon Sep 17 00:00:00 2001 From: MiroslavProchazka Date: Tue, 7 May 2024 15:34:22 +0200 Subject: [PATCH] feat(chore): GH-template-revamp --- .github/ISSUE_TEMPLATE/01_Suite_issue.md | 9 +++++++++ .github/ISSUE_TEMPLATE/{01_bug.md => 02_Suite_bug.md} | 6 +++--- .../{02_mobile_issue.md => 03_mobile_issue.md} | 4 ++-- .github/ISSUE_TEMPLATE/04_code.md | 7 ------- .../{03_mobile_bug.md => 04_mobile_bug.md} | 3 ++- .github/ISSUE_TEMPLATE/05_Connect_issue.md | 8 ++++++++ .github/ISSUE_TEMPLATE/05_product.md | 11 ----------- .github/ISSUE_TEMPLATE/06_Connect_bug.md | 11 +++++++++++ 8 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/01_Suite_issue.md rename .github/ISSUE_TEMPLATE/{01_bug.md => 02_Suite_bug.md} (88%) rename .github/ISSUE_TEMPLATE/{02_mobile_issue.md => 03_mobile_issue.md} (67%) delete mode 100644 .github/ISSUE_TEMPLATE/04_code.md rename .github/ISSUE_TEMPLATE/{03_mobile_bug.md => 04_mobile_bug.md} (92%) create mode 100644 .github/ISSUE_TEMPLATE/05_Connect_issue.md delete mode 100644 .github/ISSUE_TEMPLATE/05_product.md create mode 100644 .github/ISSUE_TEMPLATE/06_Connect_bug.md diff --git a/.github/ISSUE_TEMPLATE/01_Suite_issue.md b/.github/ISSUE_TEMPLATE/01_Suite_issue.md new file mode 100644 index 0000000000..4a17c66acd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_Suite_issue.md @@ -0,0 +1,9 @@ +--- +name: Trezor Suite - new issue +about: New issue for Trezor Suite (desktop/web). +title: '' +labels: +assignees: '' +--- + + diff --git a/.github/ISSUE_TEMPLATE/01_bug.md b/.github/ISSUE_TEMPLATE/02_Suite_bug.md similarity index 88% rename from .github/ISSUE_TEMPLATE/01_bug.md rename to .github/ISSUE_TEMPLATE/02_Suite_bug.md index 60b7f7bbc4..3e5cffe343 100644 --- a/.github/ISSUE_TEMPLATE/01_bug.md +++ b/.github/ISSUE_TEMPLATE/02_Suite_bug.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/02_mobile_issue.md b/.github/ISSUE_TEMPLATE/03_mobile_issue.md similarity index 67% rename from .github/ISSUE_TEMPLATE/02_mobile_issue.md rename to .github/ISSUE_TEMPLATE/03_mobile_issue.md index d35826270d..a3ff77d037 100644 --- a/.github/ISSUE_TEMPLATE/02_mobile_issue.md +++ b/.github/ISSUE_TEMPLATE/03_mobile_issue.md @@ -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" --- diff --git a/.github/ISSUE_TEMPLATE/04_code.md b/.github/ISSUE_TEMPLATE/04_code.md deleted file mode 100644 index aa16810265..0000000000 --- a/.github/ISSUE_TEMPLATE/04_code.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Code improvement -about: Issues related to refactoring, dependencies, code improvements etc. -title: '' -labels: code -assignees: '' ---- diff --git a/.github/ISSUE_TEMPLATE/03_mobile_bug.md b/.github/ISSUE_TEMPLATE/04_mobile_bug.md similarity index 92% rename from .github/ISSUE_TEMPLATE/03_mobile_bug.md rename to .github/ISSUE_TEMPLATE/04_mobile_bug.md index 72fb11241d..c69c062043 100644 --- a/.github/ISSUE_TEMPLATE/03_mobile_bug.md +++ b/.github/ISSUE_TEMPLATE/04_mobile_bug.md @@ -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** diff --git a/.github/ISSUE_TEMPLATE/05_Connect_issue.md b/.github/ISSUE_TEMPLATE/05_Connect_issue.md new file mode 100644 index 0000000000..59ccb39fc2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/05_Connect_issue.md @@ -0,0 +1,8 @@ +--- +name: Connect - new issue +about: New issue for Connect. +title: '' +labels: connect +assignees: '' +projects: +--- diff --git a/.github/ISSUE_TEMPLATE/05_product.md b/.github/ISSUE_TEMPLATE/05_product.md deleted file mode 100644 index 405b88e2df..0000000000 --- a/.github/ISSUE_TEMPLATE/05_product.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -name: Product feature -about: New product feature ready for development. -title: '' -labels: product -assignees: '' ---- - -**Design:** [Figma](TODO) - -**Spec:** [Notion](TODO) diff --git a/.github/ISSUE_TEMPLATE/06_Connect_bug.md b/.github/ISSUE_TEMPLATE/06_Connect_bug.md new file mode 100644 index 0000000000..8547f59c94 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/06_Connect_bug.md @@ -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. +