summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author이성재/동작제어Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>2018-07-19 16:21:08 +0900
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2018-07-19 16:21:08 +0900
commit1ca36216680b3392132cf1d924ead2f2e2f337b6 (patch)
treea1b4e260f04d31f468fe3b6d7c8233c47e46c342 /README.md
parent0a524d0fefac623b387bc1375060a3eb130cca59 (diff)
downloadnnfw-1ca36216680b3392132cf1d924ead2f2e2f337b6.tar.gz
nnfw-1ca36216680b3392132cf1d924ead2f2e2f337b6.tar.bz2
nnfw-1ca36216680b3392132cf1d924ead2f2e2f337b6.zip
Introduce FEATURE_REQUEST prodcess. (#2012)
- Add guide for FEATURE_REQUEST. - Add empty docs/HowToImplementOperatorKernel.md Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00eea27b4..952c09883 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,23 @@ the target platform, such as Tizen and Smart Machine Platform (SMP).
## Getting started
- For the contribution, please refer to our [contribution guide](docs/HowToContribute.md).
- You can also find how-to documents [HERE](docs/howto.md).
+
+## Feature Request (NEW)
+
+You can suggest development of nnfw's features that are not yet available.
+
+The functions requested so far can be checked in the [popular feature request](https://github.sec.samsung.net/STAR/nnfw/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AFEATURE_REQUEST+sort%3Areactions-%2B1-desc) list.
+
+- If the feature you want is on the list, :+1: to the body of the issue. The feature with the most
+:+1: is placed at the top of the list. When adding new features, we will prioritize them with this reference.
+Of course, it is good to add an additional comment which describes your request in detail.
+
+- For features not listed, [create a new issue](https://github.sec.samsung.net/STAR/nnfw/issues/new).
+Sooner or later, the maintainer will tag the `FEATURE_REQUEST` label and appear on the list.
+
+We expect most current feature requests to be focused on operator kernel implementations.
+It is good to make a request, but it is better if you contribute by yourself. See the following guide,
+[How to Implement Operator Kernel](docs/HowToImplementOperatorKernel.md), for help.
+
+We are looking forward to your participation.
+Thank you in advance!