Add bug_report and package_request templates
This commit is contained in:
parent
5a34fde79b
commit
dbb839a15a
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
|
||||
---
|
||||
|
||||
<!-- Important note: Refusing to provide needed information may result in issue closing. -->
|
||||
|
||||
**Problem 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.
|
||||
|
||||
**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:
|
||||
|
||||
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.
|
19
.github/ISSUE_TEMPLATE/package_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/package_request.md
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Package request
|
||||
about: Suggest a new package
|
||||
|
||||
---
|
||||
|
||||
<!-- Important note: motivating 'why this package is needed' will most likely give the package higher priority in the developers TODO-list -->
|
||||
|
||||
**Package description**
|
||||
Describe what this package do and why it should be available.
|
||||
|
||||
**Link to home page and sources**
|
||||
1. Home page:
|
||||
2. Source code:
|
||||
|
||||
**Additional information**
|
||||
Have you compiled or tried to compile the package on device?
|
||||
* If it didn't work then please provide the error you ran into
|
||||
* If it did work then please share any patches that you had to apply
|
Loading…
Reference in New Issue
Block a user