termux-packages/.github/ISSUE_TEMPLATE/bug_report.md

41 lines
949 B
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
---
2019-12-29 18:55:59 +01:00
<!--
IMPORTANT: we are not accepting issues about Termux
installations running on Android 5.x-6.x.
-->
**Problem description**
2019-12-29 18:55:59 +01:00
<!--
A clear and concise description of what the problem is.
You may post screenshots in addition to description.
-->
**Steps to reproduce**
2019-12-29 18:55:59 +01:00
<!--
Steps to reproduce the behavior. Please post all necessary
commands that are needed to reproduce the issue.
-->
**Expected behavior**
2019-12-29 18:55:59 +01:00
<!--
A clear and concise description of what you expected to happen.
2019-12-29 18:55:59 +01:00
-->
**Additional information**
2019-12-29 18:55:59 +01:00
<!--
Post output of command `termux-info`.
Depending on problem, additional information may be requested:
1. Android warning/error log: `logcat -d "*:W"`.
2. Output of strace: `strace -fv -s 2048 -o strace.log {program name}`.
3. If program write it's own log files, you may need to attach them.
2019-12-29 18:55:59 +01:00
Please use the code formatting for all command outputs and logs.
-->