0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

Add accessibility mention to PR template (#8189)

* Add accessibility mention to PR template
This commit is contained in:
Arthur Milchior 2021-03-14 05:52:42 +01:00 committed by GitHub
parent 4481bad090
commit 330353ce63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,5 @@ _Please, go through these checks before submitting the PR._
- [ ] Your code follows the style of the project (e.g. never omit braces in `if` statements)
- [ ] You have commented your code, particularly in hard-to-understand areas
- [ ] You have performed a self-review of your own code
- [ ] UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
- [ ] UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
- [ ] UI Changes: You have tested your change using the [Google Accessibility Scanner](https://play.google.com/store/apps/details?id=com.google.android.apps.accessibility.auditor)