[Documentation] Added development guide of nnstreamer
authorGeunsik Lim <geunsik.lim@samsung.com>
Tue, 19 Jun 2018 22:54:58 +0000 (07:54 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Thu, 21 Jun 2018 10:31:51 +0000 (19:31 +0900)
commitd664a1983ebe0714578c0e07f289735c1ed801f4
treea6ceadd9ed08e7502488062954d7ca04026c8b76
parent3d2f3661bdf3453ec261979a8f276c14f1cda54b
[Documentation] Added development guide of nnstreamer

This PR is to append some mark-down documents to develop
nnstreamer source code consistently.

Original documents is mirrored from TAOS-CI repository.
Thane, modified the document for nnstreamer project.

**Changes proposed in this PR:**

* Version 3:
1. Removed Python rule
2. Updated how to run gst-indent before submitting PR

* Version 2:
1. Replaced a manual indent command with ./common/gst-indent script

* Version 1:
1. Added coding convention document
2. Added how to contribute code
3. Added generation script to create TOC automatically
4. Added how to archive large data for evaluation
   (In this case, another repository has to be created for only large data.)

**Self assessment:**
1. gbs build: okay
2. markd-down generation: okay

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Documentation/coding-convention.md [new file with mode: 0644]
Documentation/contributing.md [new file with mode: 0644]
Documentation/gen-md-toc.sh [new file with mode: 0755]
Documentation/how-to-archive-large-data.md [new file with mode: 0644]