Skip to content

Commit

Permalink
Added templates
Browse files Browse the repository at this point in the history
fix template
  • Loading branch information
kcw-grunt committed May 15, 2021
1 parent 0b5ba31 commit 4b52c43
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 96 deletions.
30 changes: 13 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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'

---

<!--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,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.
<!--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**
<!--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-->|
27 changes: 0 additions & 27 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. -->
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/spike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Spike
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
32 changes: 0 additions & 32 deletions .github/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/feature_request.md

This file was deleted.

0 comments on commit 4b52c43

Please sign in to comment.