From d50d3d14602b7af9a0053c315df9fb7e91b1d849 Mon Sep 17 00:00:00 2001 From: PeratX <1215714524@qq.com> Date: Mon, 15 Jul 2019 19:05:26 +0800 Subject: [PATCH] github: add issue template --- .github/FUNDING.yml | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 ++++++++++++ .github/ISSUE_TEMPLATE/question.md | 15 ++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9acaff4 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: https://qr.alipay.com/a6x07022gffiehykicipv1a diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..8338bb6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug Report +about: Create a bug report affecting the app +labels: "bug" +--- + + + +## 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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..067718c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,14 @@ +--- +name: Feature Request +about: Suggest an idea for this project +labels: "enhancement" +--- + + + +## 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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..a2b2909 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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" +--- + + + +# 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.