Add issue templates

Hopefully gives less package bug reports opened in termux-app
This commit is contained in:
Henrik Grimler 2018-12-25 19:23:32 +01:00 committed by Fredrik Fornwall
parent 8c3a30027e
commit fbb048ce56
2 changed files with 32 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: Bug report
about: Create a report to help us improve termux-app
---
<!-- Important note: Refusing to provide needed information may result in issue closing. If you are having problems with a package in termux then a bug report should be filed in the termux-packages repo: https://github.com/termux/termux-packages -->
**Problem description**
A clear and concise description of what the problem with the termux app is. You may post screenshots 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.

View File

@ -0,0 +1,12 @@
---
name: Feature request
about: Suggest a new feature in termux-app
---
**Feature description**
Describe the feature and why you want it.
**Reference implementation**
Does another app/terminal emulator have this feature?
Provide links to more background information