package_request template: add comment about other package managers

See https://github.com/termux/termux-packages/issues/5756
This commit is contained in:
Henrik Grimler 2020-09-01 22:22:10 +02:00 committed by GitHub
parent 598f0394a4
commit d6e633f810

View File

@ -9,6 +9,13 @@ IMPORTANT: we are not accepting issues about Termux
installations running on Android 5.x-6.x.
-->
<!--
Note that requests for packages that can be installed through
other package managers (like python's pip, ruby's gem, nodejs's
npm, ..) generally are closed and users are refered to use the
other package manager.
-->
**Package description**
<!--
Describe what this package do and why it should be
@ -22,5 +29,5 @@ cross-compilation and can run on AArch64 and ARM.
**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 not work then please provide the error you ran into.
* If it did work then please share any patches that you had to apply.