Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🦺[Tech Debt] Added new issues templates #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 15 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
name: 🦟[Bug Report]
about: An issue for when Litewallet:iOS is not operating as expected.
title: '🦟[Bug Report]'
labels: 'bug'
assignees: 'kcw-grunt'

---

<!--Reporter: Please read! When the app is not operating as you want it but still performs as expected, that is a **feature request**-->

**Describe the bug**
A clear and concise description of what the bug is.
<!--A clear and concise description of what the bug is.-->

**To Reproduce**
Steps to reproduce the behavior:
Expand All @@ -17,22 +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]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
<!--If applicable, add screenshots to help explain your problem.-->

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- 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_]:

**Additional context**
Add any other context about the problem here.
**Additional context or information**
<!--Add any other context about the problem here.-->
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -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.**
<!-- A clear and concise description of your idea. -->


### What?
**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. -->

### Definition of Done
- [ ] Action 1
- [ ] Action 2
- [ ] Action N

## UI Changes

|**Before**|**After**|
|----------|---------|
|<!-- Insert _before_ screenshot or gif-->|<!-- Insert _after_ screenshot or gif if you can-->|
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/request.md
Original file line number Diff line number Diff line change
@@ -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.**
<!-- A clear and concise description of your idea. -->

**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. -->
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/spike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: 📌[Spike]
about: An issue where no code is written but some research and planning is done for Litewallet:iOS
title: '📌[Spike]'
labels: 'spike'
assignees: 'kcw-grunt'

---
## Subject
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/tech_debt.md
Original file line number Diff line number Diff line change
@@ -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**
<!-- A clear and concise description of what you want to happen. -->

## Definition of Done
- [ ] Action 1
- [ ] Action 2
- [ ] Action N