mirror of https://github.com/TeamNewPipe/NewPipe
Re-add APK testing section to PR template (#5465)
Because normal users don't know that the CI process produces an APK and where it is.
This commit is contained in:
parent
3829565ea0
commit
522d6d8b01
|
@ -20,5 +20,10 @@
|
||||||
<!-- Delete this if it doesn't apply to you. -->
|
<!-- Delete this if it doesn't apply to you. -->
|
||||||
-
|
-
|
||||||
|
|
||||||
|
#### APK testing
|
||||||
|
<!-- Use a new, meaningfully named branch. The name is used as a suffix for the app ID to allow installing and testing multiple versions of NewPipe, e.g. "commentfix", if your PR implements a bugfix for comments. (No names like "patch-0" and "feature-1".) -->
|
||||||
|
<!-- Remove the following line if you directly link the APK created by the CI pipeline. Directly linking is preferred if you need to let users test.-->
|
||||||
|
On the website the APK can be found by going to the "Checks" tab below the title and then on "artifacts" on the right.
|
||||||
|
|
||||||
#### Due diligence
|
#### Due diligence
|
||||||
- [ ] I read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md).
|
- [ ] I read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md).
|
||||||
|
|
Loading…
Reference in New Issue