Update issue templates (#1262)
* Update issue templates * Add config.yml
tuxsudo committed
Jan 10, 2024 at 18:08 UTC
cbaa299dda9fe0019034ac93949a76211fea03b8
3 files changed
+61
"b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262-.md"
new
+33
@@ -0,0 +1,33 @@
1
+---
2
+name: "Bug Report \U0001FAB2 "
3
+about: 'Report a bug '
4
+title: ''
5
+labels: Bug
6
+assignees: ''
7
+
8
+---
9
+
10
+**Describe the bug**
11
+A clear and concise description of what the bug is.
12
+
13
+**To Reproduce**
14
+Steps to reproduce the behavior:
15
+1. Go to '...'
16
+2. Click on '....'
17
+3. Scroll down to '....'
18
+4. See error
19
+
20
+**Expected behavior**
21
+A clear and concise description of what you expected to happen.
22
+
23
+**Screenshots**
24
+If applicable, add screenshots to help explain your problem.
25
+
26
+**Platform:**
27
+ - OS: [e.g. iOS 15.1, Android 14]
28
+ - Device: [e.g. iPhone 14, Galaxy S21]
29
+ - Cake Wallet Version: [e.g. 4.12.1]
30
+
31
+
32
+**Additional context**
33
+Add any other context about the problem here.
.github/ISSUE_TEMPLATE/config.yml
new
+8
@@ -0,0 +1,8 @@
1
+blank_issues_enabled: false
2
+contact_links:
3
+ - name: Not sure where to start?
4
+ url: https://guides.cakewallet.com
5
+ about: Start by reading checking out the guides!
6
+ - name: Need help?
7
+ url: https://cakewallet.com/#contact
8
+ about: Use our live chat or send a support email!
\ No newline at end of file
"b/.github/ISSUE_TEMPLATE/feature-or-enhancement-request-\342\234\250.md"
new
+20
@@ -0,0 +1,20 @@
1
+---
2
+name: Feature or Enhancement Request ✨
3
+about: Suggest an idea for Cake Wallet
4
+title: ''
5
+labels: Enhancement
6
+assignees: ''
7
+
8
+---
9
+
10
+**Is your feature request related to a problem? Please describe.**
11
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+**Describe the solution you'd like**
14
+A clear and concise description of what you want to happen.
15
+
16
+**Describe alternatives you've considered**
17
+A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+**Additional context**
20
+Add any other context or screenshots about the feature request here.