[Root Doc] Add CONTRIBUTING
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 24 Jul 2018 04:34:00 +0000 (13:34 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Wed, 25 Jul 2018 00:56:25 +0000 (09:56 +0900)
Github wants CONTRIBUTING file:
https://help.github.com/articles/setting-guidelines-for-repository-contributors/

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CONTRIBUTING [new file with mode: 0644]

diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644 (file)
index 0000000..60d8ece
--- /dev/null
@@ -0,0 +1,9 @@
+# Contributing
+
+See [Contributing](Documentation/contributing.md) for information about coding styles, making pull requests, and more.
+
+# Developers
+
+- See [Getting Started](Documentation/getting-started.md) for information about building this software.
+- See [How to Run Examples](Documentation/how-to-run-examples.md) for information about building and running examples applications.
+- See [How to Use Testcases](Documentation/how-to-use-testcases.md) for information about running test cases and writing ones.