Browse Source

update template for bug reports

build-on-device
Leonid Plyushch 5 years ago
parent
commit
832f48b87c
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 21
      .github/ISSUE_TEMPLATE/bug_report.md

21
.github/ISSUE_TEMPLATE/bug_report.md

@ -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…
Cancel
Save