Create PULL_REQUEST_TEMPLATE.md
authorWonYoung Choi <wy80.choi@samsung.com>
Mon, 8 Jan 2018 01:44:04 +0000 (10:44 +0900)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2018 01:44:04 +0000 (10:44 +0900)
PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..003558f
--- /dev/null
@@ -0,0 +1,23 @@
+### Description of Change ###
+
+Describe your changes here.
+
+### Bugs Fixed ###
+
+- Provide links to bugs here
+
+### API Changes ###
+
+List all API changes here (or just put None), example:
+
+Added:
+ - SafeBundleHandle Bundle.SafeBundleHandle { get; } // Property
+ - void Bundle.AddItem(string key, string value);
+
+Changed:
+ - object Bundle.ReceiveItem(string key) => object Bundle.GetItem(string key);
+
+### Behavioral Changes ###
+
+Describe any non-bug related behavioral changes that may change how users app behaves when upgrading to this version of the codebase.
+