aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-04-12 10:59:23 +0100
committerFrancis Murtagh <francis.murtagh@arm.com>2021-04-12 10:59:49 +0100
commit7e26573b2af8e8cb44c87da0ea7d481429e38191 (patch)
treed20b8a748647ae9377540c022f4f16660700b842 /README.md
parent28f177c45cb8e23b86c9f3ff435921183340fc33 (diff)
downloadarmnn-7e26573b2af8e8cb44c87da0ea7d481429e38191.tar.gz
Documentation - Add "How to get involved" section to README.md
Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I5919c9b93f335e09e542c7ecfbcba637f64df3b8
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8dbe7687fd..cfa981309a 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,16 @@ or take a look at previous [github issues](https://github.com/ARM-software/armnn
you need it to execute our unit tests. Boost will soon be removed from Arm NN entirely.
+## How to get involved
+If you would like to get involved but don't know where to start, a good place to look is in our Github Issues.
+
+Feature requests without a volunteer to implement them are closed, but have the 'Help wanted' label, these can be found
+[here](https://github.com/ARM-software/armnn/issues?q=is%3Aissue+label%3A%22Help+wanted%22+).
+Once you find a suitable Issue, feel free to re-open it and add a comment,
+so that other people know you are working on it and can help.
+
+When the feature is implemented the 'Help wanted' label will be removed.
+
## Contributions
The Arm NN project welcomes contributions. For more details on contributing to Arm NN see the [Contributing page](https://mlplatform.org/contributing/)
on the [MLPlatform.org](https://mlplatform.org/) website, or see the [Contributor Guide](ContributorGuide.md).