mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Merge pull request #9243 from nextcloud/pr_template_comment
meta: Don't put the testing explanation in the rendered PR text
This commit is contained in:
commit
bb8c4f8622
1 changed files with 7 additions and 5 deletions
12
.github/pull_request_template.md
vendored
12
.github/pull_request_template.md
vendored
|
@ -1,9 +1,11 @@
|
|||
### Testing
|
||||
<!--
|
||||
TESTING
|
||||
|
||||
Writing tests is very important. Please try to write some tests for your PR.
|
||||
If you need help, please do not hesitate to ask in this PR for help.
|
||||
|
||||
[unit tests](https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md#unit-tests)
|
||||
[instrumented tests](https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md#instrumented-tests)
|
||||
[UI tests](https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md#ui-tests)
|
||||
|
||||
Unit tests: https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md#unit-tests
|
||||
Instrumented tests: https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md#instrumented-tests
|
||||
UI tests: https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md#ui-tests
|
||||
-->
|
||||
- [ ] Tests written, or not not needed
|
||||
|
|
Loading…
Reference in a new issue