update readme

This commit is contained in:
Leonid Plyushch 2019-12-29 19:47:18 +02:00
parent e083fee064
commit ae1d103490
No known key found for this signature in database
GPG Key ID: 45F2964132545795
4 changed files with 3 additions and 49 deletions

View File

@ -1,25 +0,0 @@
---
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.

View File

@ -1,19 +0,0 @@
---
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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,10 +1,11 @@
# Termux packages # Termux packages
[![Powered by JFrog Bintray](./.github/static/powered-by-bintray.png)](https://bintray.com)
[![build status](https://api.cirrus-ci.com/github/termux/termux-packages.svg?branch=android-5)](https://cirrus-ci.com/termux/termux-packages) [![build status](https://api.cirrus-ci.com/github/termux/termux-packages.svg?branch=android-5)](https://cirrus-ci.com/termux/termux-packages)
[![Join the chat at https://gitter.im/termux/termux](https://badges.gitter.im/termux/termux.svg)](https://gitter.im/termux/termux) [![Join the chat at https://gitter.im/termux/termux](https://badges.gitter.im/termux/termux.svg)](https://gitter.im/termux/termux)
**Warning:** android-5 branch is now discontinued. Do not post any issues regarding
this branch.
This project contains scripts and patches to build packages for the This project contains scripts and patches to build packages for the
[Termux](https://termux.com/) Android application. Note that on-device [Termux](https://termux.com/) Android application. Note that on-device
package building is supported only partially for now. package building is supported only partially for now.
@ -16,9 +17,6 @@ More information can be found in the project's [Wiki](https://github.com/termux/
- [disabled-packages](disabled-packages/): - [disabled-packages](disabled-packages/):
packages that cannot be built or have serious issues. packages that cannot be built or have serious issues.
- [docs](docs/):
documentation on how to build, formatting etc.
- [ndk-patches](ndk-patches/): - [ndk-patches](ndk-patches/):
patches for Android NDK headers. patches for Android NDK headers.