From 363600c9c6ba889440a080fb0f9bc57577159b01 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Tue, 25 Dec 2018 19:28:47 +0100 Subject: [PATCH] Add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..e847b7026 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Create a report to help us improve termux-api + +--- + + + +**Problem description** +A clear and concise description of what the problem with termux-api is. You may post screenshots or paste error messages in addition to description. + +**Steps to reproduce** +Please post all steps that are needed to reproduce the issue. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional information** +Post output of command `termux-info`. +If you are rooted or have access to adb then capture a logcat with `logcat -d "*:W"`, from a adb or root shell. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5d78658b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: Feature request +about: Suggest a new feature in termux-api + +--- + +**Feature description** +Describe the feature and why you want it. + +**Background information** +Have you checked if the feature is accessible through the android API? +Do you know of other open-source apps that has a similar feature as the one you want? (Provide links)