update template for bug reports
This commit is contained in:
parent
7c18a4c488
commit
b840114703
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -4,18 +4,30 @@ about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
<!-- Important note: Refusing to provide needed information may result in issue closing. -->
|
||||
<!--
|
||||
IMPORTANT: we are not accepting issues about Termux
|
||||
installations running on Android 5.x-6.x.
|
||||
-->
|
||||
|
||||
**Problem description**
|
||||
A clear and concise description of what the problem is. You may post screenshots in addition to description.
|
||||
<!--
|
||||
A clear and concise description of what the problem is.
|
||||
You may post screenshots in addition to description.
|
||||
-->
|
||||
|
||||
**Steps to reproduce**
|
||||
Steps to reproduce the behavior. Please post all necessary commands that are needed to reproduce the issue.
|
||||
<!--
|
||||
Steps to reproduce the behavior. Please post all necessary
|
||||
commands 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`.
|
||||
|
||||
Depending on problem, additional information may be requested:
|
||||
@ -23,3 +35,6 @@ 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.
|
||||
|
||||
Please use the code formatting for all command outputs and logs.
|
||||
-->
|
||||
|
Loading…
Reference in New Issue
Block a user