Cleanup Github files
authorWonyoung Choi <wy80.choi@samsung.com>
Mon, 22 Oct 2018 07:57:20 +0000 (16:57 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 22 Oct 2018 07:57:20 +0000 (16:57 +0900)
.github/CODE_OF_CONDUCT.md [moved from CODE_OF_CONDUCT.md with 100% similarity]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
PULL_REQUEST_TEMPLATE.md [deleted file]

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644 (file)
index 0000000..d8e354f
--- /dev/null
@@ -0,0 +1,17 @@
+### Description of Change ###
+<!-- Describe your changes here. -->
+
+
+### API Changes ###
+<!-- If you have the ACR for changing APIs, put the link of the ACR: -->
+ - ACR:
+
+<!--
+If you can't make the ACR, 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);
+-->
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644 (file)
index e0bb1e1..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-### Description of Change ###
-
-Describe your changes here.
-
-### Bugs Fixed ###
-
-- Provide links to bugs here
-
-### API Changes ###
-
-If you have the ACR for changing APIs, put the link of the ACR:
- - ACR: 
-
-If you don't have the ACR, 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.
-