diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e225bde25..da7927c6d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,14 +1,16 @@ --- -name: Bug report - Litewallet iOS -about: Create a report to help us improve Litewallet -title: 'Bug - Litewallet iOS' +name: 🦟[Bug Report] +about: An issue for when Litewallet:iOS is not operating as expected. +title: '🦟[Bug Report]' labels: 'bug' assignees: 'kcw-grunt' --- + + **Describe the bug** -A clear and concise description of what the bug is. + **To Reproduce** Steps to reproduce the behavior: @@ -17,19 +19,13 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error -**Expected behavior** -A clear and concise description of what you expected to happen. - **Screenshots** -If applicable, add screenshots to help explain your problem. + -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Litewallet Version [e.g. 22] +**Observed Environment** + - OS version [e.g. _iOS 13.0_]: + - Litewallet Version [e.g. _v3.4.0_]: + - Device model:[e.g. _iPhone 11_]: -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - -**Additional context** -Add any other context about the problem here. +**Additional context or information** + diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..69f0d5ad7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,36 @@ +--- +name: 🥳[Feature] +about: An issue that improves Litewallet:iOS +title: '🥳[Feature]' +labels: 'enhancement' +assignees: 'kcw-grunt' + +--- + +## Overview + +### Why? +**Is your request related to a problem? Or, do you have an idea to improve the app? Please describe.** + + + +### What? +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + + +### Definition of Done +- [ ] Action 1 +- [ ] Action 2 +- [ ] Action N + +## UI Changes + +|**Before**|**After**| +|----------|---------| +||| \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 5768c576f..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Litewallet iOS Feature request -about: Suggest an idea for Litewallet -title: 'Litewallet Feature' -labels: 'enhancement' -assignees: 'kcw-grunt' - ---- -**Value of feature** -Add the bid of value of the work - -|**Feature Name**|**Value(Ł)**| -|----------------|------------| -|For example: Add glitter|20Ł| -||| - -**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. diff --git a/.github/ISSUE_TEMPLATE/request.md b/.github/ISSUE_TEMPLATE/request.md new file mode 100644 index 000000000..bb12ccb41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request.md @@ -0,0 +1,23 @@ +--- +name: 💡[Request] +about: An issue that asks the Litewallet:iOS team if they could change the app. +title: '💡[Request]' +labels: 'request' +assignees: 'kcw-grunt' + +--- + +## Request overview + +### Why is it important? +**Is your request related to a problem? Or, do you have an idea to improve the app? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/spike.md b/.github/ISSUE_TEMPLATE/spike.md new file mode 100644 index 000000000..ea9de138a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/spike.md @@ -0,0 +1 @@ +## Spike diff --git a/.github/ISSUE_TEMPLATE/tech_debt.md b/.github/ISSUE_TEMPLATE/tech_debt.md new file mode 100644 index 000000000..7cf8f3a1f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tech_debt.md @@ -0,0 +1,17 @@ +--- +name: 🦺[Tech Debt] +about: An issue that maintains/strengthens the Litewallet:iOS code or system and **not** necessarily visible in the UI +title: '🦺[Tech Debt]' +labels: 'tech debt' +assignees: 'kcw-grunt' + +--- + +## Goal +**Describe the work to be done** + + +## Definition of Done +- [ ] Action 1 +- [ ] Action 2 +- [ ] Action N \ No newline at end of file diff --git a/.github/bug_report.md b/.github/bug_report.md deleted file mode 100644 index 6dd708f75..000000000 --- a/.github/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -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. - -**To Reproduce** -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 or GIFs** -If applicable, add screenshots or GIFs to help explain your problem. - -**Mobile device (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Litewallet Version [e.g. v2.7.1] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/feature_request.md b/.github/feature_request.md deleted file mode 100644 index 15c70fd2e..000000000 --- a/.github/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for Litewallet -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 [...] - -**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.