mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +00:00
Update issue templates (#1262)
* Update issue templates * Add config.yml
This commit is contained in:
parent
b3c8be4ba8
commit
cbaa299dda
3 changed files with 61 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug-report-🪲-.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug-report-🪲-.md
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
name: "Bug Report \U0001FAB2 "
|
||||||
|
about: 'Report a bug '
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
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**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Platform:**
|
||||||
|
- OS: [e.g. iOS 15.1, Android 14]
|
||||||
|
- Device: [e.g. iPhone 14, Galaxy S21]
|
||||||
|
- Cake Wallet Version: [e.g. 4.12.1]
|
||||||
|
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Not sure where to start?
|
||||||
|
url: https://guides.cakewallet.com
|
||||||
|
about: Start by reading checking out the guides!
|
||||||
|
- name: Need help?
|
||||||
|
url: https://cakewallet.com/#contact
|
||||||
|
about: Use our live chat or send a support email!
|
20
.github/ISSUE_TEMPLATE/feature-or-enhancement-request-✨.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature-or-enhancement-request-✨.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature or Enhancement Request ✨
|
||||||
|
about: Suggest an idea for Cake Wallet
|
||||||
|
title: ''
|
||||||
|
labels: Enhancement
|
||||||
|
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.
|
Loading…
Reference in a new issue