PR template: line wrapping

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-02-03 06:16:50 +01:00
parent 81c3bcef34
commit 120a6ca871
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
### 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.
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)