github: add issue template
This commit is contained in:
parent
70be7128d0
commit
d50d3d1460
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
custom: https://qr.alipay.com/a6x07022gffiehykicipv1a
|
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Create a bug report affecting the app
|
||||||
|
labels: "bug"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- WARNING: Ignoring this template could lead to the issue being closed -->
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
- [ ] I am sure the error is coming from Daedalus's code and not elsewhere.
|
||||||
|
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
|
||||||
|
|
||||||
|
## Platform
|
||||||
|
- Device: [e.g. Google Pixel 3]
|
||||||
|
- OS: [e.g. Android 9.0]
|
||||||
|
- Daedalus Version: [e.g. 1.14.0]
|
||||||
|
|
||||||
|
## Description
|
||||||
|
A clear and concise description of the problem.
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
[A minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
|
||||||
|
|
||||||
|
## Stacktrace
|
||||||
|
If it is possible, you can copy `Log` from the app.
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
labels: "enhancement"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- WARNING: Ignoring this template could lead to the issue being closed -->
|
||||||
|
|
||||||
|
## Checklist
|
||||||
|
- [ ] I believe the idea is awesome and would benefit the library.
|
||||||
|
- [ ] I have searched in the issue tracker for similar requests, including closed ones.
|
||||||
|
|
||||||
|
## Description
|
||||||
|
A detailed description of the request.
|
15
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: Ask Question
|
||||||
|
about: Ask a Daedalus related question
|
||||||
|
title: For Q&A purposes, please read this template body
|
||||||
|
labels: "question"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- WARNING: Ignoring this template could lead to the issue being closed -->
|
||||||
|
|
||||||
|
# Important
|
||||||
|
This place is for issues about Daedalus, it's **not a forum**.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Thanks.
|
Loading…
Reference in New Issue
Block a user