Enhance Submitting Code section

overview/contributing.rst
overview/contributing/code_review.rst
overview/contributing/copyright.rst
overview/contributing/jira_tickets.rst
howto/code/commit-message.rst
howto/code/pull_request.rst
--------------------------------------
  - Document a few items that surfaced in code reviews this morning.
  - Add more links to existing documentation.

howto/release/repositories/pod-configs/
howto/release/repositories/voltha-onos/release.rst
howto/release/repositories/voltha-onos/todo.rst
--------------------------------------------------
  - Create skeleton directories for documenting release items needed.
  - Submitted as part of an earlier patch but included here for good measure.

Change-Id: Ibe118570bdf19ced1d06d6e9efb10fd1419f82ef
diff --git a/overview/contributing/jira_tickets.rst b/overview/contributing/jira_tickets.rst
new file mode 100644
index 0000000..d7fd3d9
--- /dev/null
+++ b/overview/contributing/jira_tickets.rst
@@ -0,0 +1,33 @@
+Jira tickets for code changes
+=============================
+
+Please open a `jira ticket <https://jira.opencord.org/projects/VOL>`_ describing the issue/feature.
+
+- For large or multi-part features create a containing ticket with several
+  sub-tickets tracking individual features or problems.
+- Descripton - include relevant information
+
+  - Error messages
+  - Reproduction step(s) for problems
+  - Web URLs, links to jenkins job logs are very helpful.
+
+    - Note: Jenkins job logs will age out and disappear over time.
+    - To prevent this view the job history panel in jenkins UI
+
+      - Two links are available in history, colored icon on the left and #job on the right.
+      - Click the #job link to view job.
+      - Top right corner will contain a clickable button "Keep this build forever".
+      - Just remember to clear this attribute after the jira ticket is closed.
+
+- Assign field ``Fix Version/s:`` VOLTHA-X.Y
+
+     - This will enables searching for feature by release.
+     - Leveraged during release to document fixes and enhancements in release notes.
+- While viewing a jira ticket, the 'More' navigation pulldown menu at the top
+  is useful for creating sub tickets or creating links to external resources.
+
+See Also
+--------
+
+- https://jira.opencord.org
+- `jira :: VOLTHA <https://jira.opencord.org/projects/VOL/issues/VOL-4470?filter=allopenissuse>`_