Skip to content

Commit d50d3d1

Browse files
committed
github: add issue template
1 parent 70be712 commit d50d3d1

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://qr.alipay.com/a6x07022gffiehykicipv1a
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug Report
3+
about: Create a bug report affecting the app
4+
labels: "bug"
5+
---
6+
7+
<!-- WARNING: Ignoring this template could lead to the issue being closed -->
8+
9+
## Checklist
10+
- [ ] I am sure the error is coming from Daedalus's code and not elsewhere.
11+
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
12+
13+
## Platform
14+
- Device: [e.g. Google Pixel 3]
15+
- OS: [e.g. Android 9.0]
16+
- Daedalus Version: [e.g. 1.14.0]
17+
18+
## Description
19+
A clear and concise description of the problem.
20+
21+
## Steps to Reproduce
22+
[A minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
23+
24+
## Stacktrace
25+
If it is possible, you can copy `Log` from the app.
26+
27+
## Screenshots
28+
If applicable, add screenshots to help explain your problem.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature Request
3+
about: Suggest an idea for this project
4+
labels: "enhancement"
5+
---
6+
7+
<!-- WARNING: Ignoring this template could lead to the issue being closed -->
8+
9+
## Checklist
10+
- [ ] I believe the idea is awesome and would benefit the library.
11+
- [ ] I have searched in the issue tracker for similar requests, including closed ones.
12+
13+
## Description
14+
A detailed description of the request.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Ask Question
3+
about: Ask a Daedalus related question
4+
title: For Q&A purposes, please read this template body
5+
labels: "question"
6+
---
7+
8+
<!-- WARNING: Ignoring this template could lead to the issue being closed -->
9+
10+
# Important
11+
This place is for issues about Daedalus, it's **not a forum**.
12+
13+
If you'd like to post a question, please join the Telegram community at https://t.me/iTXTechDaedalus . Useful information on how to ask good questions can be found here: https://stackoverflow.com/help/how-to-ask.
14+
15+
Thanks.

0 commit comments

Comments
 (0)