Create PULL_REQUEST_TEMPLATE.md
[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 List all API changes here (or just put None), example:
12
13 Added:
14  - SafeBundleHandle Bundle.SafeBundleHandle { get; } // Property
15  - void Bundle.AddItem(string key, string value);
16
17 Changed:
18  - object Bundle.ReceiveItem(string key) => object Bundle.GetItem(string key);
19
20 ### Behavioral Changes ###
21
22 Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
23