summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-04-16 15:13:23 +0900
committer이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>2018-04-16 15:13:23 +0900
commitbe952f06ef02b66e575ba5e00671721566d41415 (patch)
tree0868bb6b5000dee64d2240500c8a3caa43360d72 /contrib
parent2ba8943d071ba32dcaffca0c5d28eb293dcd2295 (diff)
downloadnnfw-be952f06ef02b66e575ba5e00671721566d41415.tar.gz
nnfw-be952f06ef02b66e575ba5e00671721566d41415.tar.bz2
nnfw-be952f06ef02b66e575ba5e00671721566d41415.zip
Create a contrib directory and add README (#702)
For issue #680 This patch creates a contrib directory and adds README.md that describes the purpose of the contrib directory. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/README.md b/contrib/README.md
new file mode 100644
index 000000000..2f8b709eb
--- /dev/null
+++ b/contrib/README.md
@@ -0,0 +1,10 @@
+# nnfw contrib
+
+The `contrib` directory is basically a contribution channel where contributors can create a project
+and start the code development. The projects in the `contrib` directory may not be directly related
+to `nnfw` but should have its own purpose that could augment the nnfw project.
+
+If you are interested in proposing a new project, please create a pull request (PR) with a new
+project directory under `contrib` including the description of proposing project. The PR will be
+reviewed by reviewers in `nnfw`, and the acceptance of new project will be determined based on the
+PR reviews.