Add note on SemanticsPage to PR template

This commit is contained in:
Rachel Kang 2021-04-22 13:26:22 -04:00 коммит произвёл GitHub
Родитель 858acd6fa7
Коммит a00c135acc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

5
.github/PULL_REQUEST_TEMPLATE.md поставляемый
Просмотреть файл

@ -23,7 +23,7 @@ Implements #
### Additions made ###
<!-- List all the additions made here, example:
- Adds `Thickness Padding { get; }` to the `ILabel` interface
- Adds `Thickness Padding { get; }` to the `ILabel` interface
- Adds Padding property map to LabelHandler
- Adds Padding mapping methods to LabelHandler for Android and iOS
- Adds extension methods to apply Padding on Android/iOS
@ -52,10 +52,11 @@ Implements #
- [ ] Implements basic property tests in DeviceTests
#### Does this PR touch anything that might affect accessibility?
- [ ] Does this PR introduce a new control? (If yes, add an example using SemanticProperties to the SemanticsPage)
- [ ] APIs that modify focusability?
- [ ] APIs that modify any text property on a control?
- [ ] Does this PR modify view nesting or view arrangement in anyway?
- [ ] Is there the smallest possibility that your PR will change accessibility?
- [ ] I'm not sure, please help me
If any of the above checkboxes apply to your PR then the PR will need to provide testing to demonstrate that accessibility still works.
If any of the above checkboxes apply to your PR, then the PR will need to provide testing to demonstrate that accessibility still works.