diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..2b57a4af9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +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. + +**Video and Screenshots** +If applicable, add a video and/or screenshots to help explain your problem. + +**Device (please complete the following information):** + - Phone Brand/Model [e.g. Pixel 7 Pro]: + - Android Version [e.g. 33]: + - App Version [e.g. v0.20.3]: + +**Bounty in Bitcoin sats offered for a solution if any** +Incentive developers to work on your issue. Describe clear milestones to claim payment. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..b2c4fb107 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +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. + +**Bounty offered for the implementation** +Incentivize developers to work on your feature. Describe clear milestones to claim payment. + +**Additional context** +Add any other context, video, or screenshots about the feature request here.