diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 0266341a75..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- - - - -**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. diff --git a/.github/ISSUE_TEMPLATE/package_request.md b/.github/ISSUE_TEMPLATE/package_request.md deleted file mode 100644 index d0ed7eeb17..0000000000 --- a/.github/ISSUE_TEMPLATE/package_request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Package request -about: Suggest a new package - ---- - - - -**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 diff --git a/.github/static/powered-by-bintray.png b/.github/static/powered-by-bintray.png deleted file mode 100644 index 3b3f7370da..0000000000 Binary files a/.github/static/powered-by-bintray.png and /dev/null differ diff --git a/README.md b/README.md index f664424174..879a2ece5d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # 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) [![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 [Termux](https://termux.com/) Android application. Note that on-device 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/): packages that cannot be built or have serious issues. -- [docs](docs/): - documentation on how to build, formatting etc. - - [ndk-patches](ndk-patches/): patches for Android NDK headers.