Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 767 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

25 lines (16 loc) · 767 Bytes

Description of Change

Describe your changes here.

Bugs Fixed

  • Describe bugs detail information(step to reproduce, version of binary, etc ...) or provide links to bugs here

API Changes

List all API changes here (or just put None when your changes are only bug fix, behavior change, add/fix testcase, add/fix sample), example:

Added:

  • public bool MediaPlayer.Volume {get; set;} //Bindable Proerty
  • void MediaPlayer.Stop()

Changed:

  • public int MediaPlayer.BufferingProgress => public double MediaPlayer.BufferingProgress

Removed:

  • void MediaPlayer.StopAndStart()

Behavioral Changes

Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.