[Build] Add GlobalSuppresions file for TizenFX global scope (#474)
[platform/core/csapi/tizenfx.git] / PULL_REQUEST_TEMPLATE.md
1 ### Description of Change ###
2
3 Describe your changes here.
4
5 ### Bugs Fixed ###
6
7 - Provide links to bugs here
8
9 ### API Changes ###
10
11 If you have the ACR for changing APIs, put the link of the ACR:
12  - ACR: 
13
14 If you don't have the ACR, List all API changes here (or just put None), example:
15
16 Added:
17  - SafeBundleHandle Bundle.SafeBundleHandle { get; } // Property
18  - void Bundle.AddItem(string key, string value);
19
20 Changed:
21  - object Bundle.ReceiveItem(string key) => object Bundle.GetItem(string key);
22
23 ### Behavioral Changes ###
24
25 Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
26