Release 11.0.0.17901
[platform/core/csapi/tizenfx.git] / .github / PULL_REQUEST_TEMPLATE.md
1 ### Description of Change ###
2 <!-- Describe your changes here. -->
3
4
5 ### API Changes ###
6 <!-- If you have the ACR for changing APIs, put the link of the ACR: -->
7  - ACR:
8
9 <!--
10 If you can't make the ACR, List all API changes here (or just put None), example:
11 Added:
12  - SafeBundleHandle Bundle.SafeBundleHandle { get; } // Property
13  - void Bundle.AddItem(string key, string value);
14
15 Changed:
16  - object Bundle.ReceiveItem(string key) => object Bundle.GetItem(string key);
17 -->