From be952f06ef02b66e575ba5e00671721566d41415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=84=9C=EC=83=81=EB=AF=BC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?UTF-8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?UTF-8?q?=EC=A0=84=EC=9E=90?= Date: Mon, 16 Apr 2018 15:13:23 +0900 Subject: 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 --- contrib/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/README.md (limited to 'contrib') 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. -- cgit v1.2.3