Browse Source
update template for package requests
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
11 additions and
4 deletions
-
.github/ISSUE_TEMPLATE/package_request.md
|
|
@ -4,10 +4,17 @@ 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 --> |
|
|
|
<!-- |
|
|
|
IMPORTANT: we are not accepting issues about Termux |
|
|
|
installations running on Android 5.x-6.x. |
|
|
|
--> |
|
|
|
|
|
|
|
**Package description** |
|
|
|
Describe what this package do and why it should be available. |
|
|
|
<!-- |
|
|
|
Describe what this package do and why it should be |
|
|
|
available. Make sure that requested package supports |
|
|
|
cross-compilation and can run on AArch64 and ARM. |
|
|
|
--> |
|
|
|
|
|
|
|
**Link to home page and sources** |
|
|
|
1. Home page: |
|
|
@ -15,5 +22,5 @@ Describe what this package do and why it should be available. |
|
|
|
|
|
|
|
**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 |
|
|
|
* 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. |
|
|
|