[VOL-5252] Update release matrix for repo:voltha-openonu-adapter-go

release_notes/voltha_2.12.rst
-----------------------------
  o Update release matrix with onu-adapter-go artifact and chart version.

howto/release/tasks/charts.rst
------------------------------
  o Create an anchored document for chart editing.
  o This common document can then be referenced by per-repo chart edit docs.

howto/release/charts/notes.rst
howto/release/charts/voltha-openolt-adapter.rst
howto/release/charts/voltha-openonu-adapter.rst
-----------------------------------------------
  o Document edits for openonu.
  o Re-arrange some of the content.

howto/code/index.rst
howto/code/lint/
howto/code/linting.rst
----------------------
  o Move help topics lint-chart and lint-helm into an individual rst file.
  o This helps support creation of an anchor for document linking.

Change-Id: I03bf4742a3ce8075c93827004466f9c1d7408859
diff --git a/howto/code/lint/index.rst b/howto/code/lint/index.rst
new file mode 100644
index 0000000..0668a27
--- /dev/null
+++ b/howto/code/lint/index.rst
@@ -0,0 +1,44 @@
+Development & Source Code
+=========================
+
+.. toctree::
+   :maxdepth: 1
+
+   index.rst
+   lint-helm.rst
+
+
+======================================
+Makefile Lint Targets: Syntax Checking
+======================================
+
+Targets
+=======
+
+.. code:: bash
+
+    git clone ssh://gerrit.opencord.org:29418/voltha-helm-charts.git
+    cd voltha-helm-charts
+    make help | grep lint
+    lint-chart                    chart_version_check.sh
+    lint-doc8                     Syntax check *.rst documentation files.
+    lint-helm                     Syntax check helm configs
+    lint-json                     Syntax check json sources
+    lint-license                  Verify sources contain a license block.
+    lint-robot                    Syntax check robot sources using rflint
+    lint-shell                    Syntax check bash,bourne,etc sources
+    lint-yaml                     Syntax check yaml source using yamllint
+    UNSTABLE=                     Build targets prone to failure (lint-helm)
+
+    [PYTHON]
+    lint-python                   Syntax check using available python tools
+    lint-flake8                   Syntax check using tool flake8
+    lint-pylint                   Syntax check using tool pylint
+
+|
+
+.. seealso::
+
+- :ref:`Makefile Target lint-chart`
+- :ref:`Makefile Target lint-helm`
+