Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Samantha Houts 2018-06-12 10:59:53 -07:00 коммит произвёл GitHub
Родитель c5b97ce15e
Коммит 38916d97d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 19 добавлений и 9 удалений

Просмотреть файл

@ -1,14 +1,16 @@
### Description of Change ###
Describe your changes here.
<!-- Describe your changes here. -->
### Bugs Fixed ###
### Issues Resolved ###
- Provide links to bugs here
<!-- Please use the format "fixes #xxxx" for each issue this PR addesses -->
- fixes #
### API Changes ###
List all API changes here (or just put None), example:
<!-- List all API changes here (or just put None), example:
Added:
- string ListView.GroupName { get; set; } //Bindable Property
@ -16,15 +18,23 @@ Added:
- void ListView.Clear ();
Changed:
- object ListView.SelectedItem => Cell ListView.SelectedItem
- object ListView.SelectedItem => Cell ListView.SelectedItem -->
### Behavioral Changes ###
### Platforms Affected ###
Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
<!-- Please list all platforms affected by these changes -->
- Core/XAML (all platforms)
- iOS
- Android
- UWP
### Behavioral/Visual Changes ###
<!-- Describe any changes that may change how a user's app behaves or appears when upgrading to this version of the codebase. -->
### PR Checklist ###
- [ ] Has tests (if omitted, state reason in description)
- [ ] Has automated tests <!-- (if tests are omitted or manual, state reason in description) -->
- [ ] Rebased on top of the target branch at time of PR
- [ ] Changes adhere to coding standard
- [ ] Consolidate commits as makes sense