zephyr/doc/development_process/communication.rst
David B. Kinder 9d04f03bab doc: add missing doc top labels
All docs should have a label at the top that would
permit cross-document linking via :ref:`labelname`.

Update "testing" label that would have conflicted and fix the only
reference to the old "testing" label in development process
documentation.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-04-16 18:11:30 -04:00

17 lines
823 B
ReStructuredText

.. _communication-and-collaboration:
Communication and Collaboration
################################
The `Zephyr project mailing lists
<https://lists.zephyrproject.org/g/main/subgroups>`_ are used as the
primary communication tool by project members, contributors, and the
community. The mailing list is open for topics related to the project
and should be used for collaboration among team members working on the
same feature or subsystem or for discussing project direction and daily
development of the code base. In general, bug reports and issues should
be entered and tracked in the bug tracking system (`GitHub Issues
<https://github.com/zephyrproject-rtos/zephyr/issues>`_) and not
broadcasted to the mailing list, the same applies to code reviews. Code
should be submitted to GitHub using the appropriate tools.