doc: add references to builds mailing list

builds@lists.zephyrproject.org archives the CI build results for every
and nightly build.  Add references to this in the contribution
guidelines and introduction (pulled from README).

Also added a reference to the "Asking for Help" doc (there was a note to
add this once that doc was merged).

Fixes: #15652

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-04-24 10:34:16 -07:00 committed by Anas Nashif
commit cd6ba94bd4
2 changed files with 12 additions and 6 deletions

View file

@ -38,8 +38,6 @@ and the documentation's `Getting Started Guide`_ to start developing.
Community Support Community Support
***************** *****************
.. TODO: add link to Asking for Help doc here when the latest page has it
Community support is provided via mailing lists and Slack; see the Resources Community support is provided via mailing lists and Slack; see the Resources
below for details. below for details.
@ -48,20 +46,23 @@ Resources
Here's a quick summary of resources to help you find your way around: Here's a quick summary of resources to help you find your way around:
* **Help**: `Asking for Help Tips`_
* **Documentation**: http://docs.zephyrproject.org (`Getting Started Guide`_) * **Documentation**: http://docs.zephyrproject.org (`Getting Started Guide`_)
* **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main * **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main
repository; https://elixir.bootlin.com/zephyr/latest/source contains a repository; https://elixir.bootlin.com/zephyr/latest/source contains a
searchable index searchable index
* **Releases**: https://zephyrproject.org/developers/#downloads. * **Releases**: https://zephyrproject.org/developers/#downloads
* **Samples and example code**: see `Sample and Demo Code Examples`_ * **Samples and example code**: see `Sample and Demo Code Examples`_
* **Mailing Lists**: users@lists.zephyrproject.org and * **Mailing Lists**: users@lists.zephyrproject.org and
devel@lists.zephyrproject.org are the main user and developer mailing lists, devel@lists.zephyrproject.org are the main user and developer mailing lists,
respectively. You can join the developer's list and search its archives at respectively. You can join the developer's list and search its archives at
`Zephyr Development mailing list`_. The other `Zephyr mailing list `Zephyr Development mailing list`_. The other `Zephyr mailing list
subgroups`_ have their own archives and sign-up pages. subgroups`_ have their own archives and sign-up pages.
* **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
The builds@lists.zephyrproject.org mailing list archives the CI
(shippable) nightly build results.
* **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use * **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use
this `Slack Invite`_ to register. There is also an IRC channel, this `Slack Invite`_ to register.
``#zephyrproject``, on `freenode`_.
* **Contributing**: see the `Contribution Guide`_ * **Contributing**: see the `Contribution Guide`_
* **Wiki**: `Zephyr GitHub wiki`_ * **Wiki**: `Zephyr GitHub wiki`_
* **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues * **Issues**: https://github.com/zephyrproject-rtos/zephyr/issues
@ -81,4 +82,4 @@ Here's a quick summary of resources to help you find your way around:
.. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups .. _Zephyr mailing list subgroups: https://lists.zephyrproject.org/g/main/subgroups
.. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html .. _Sample and Demo Code Examples: http://docs.zephyrproject.org/latest/samples/index.html
.. _Security: http://docs.zephyrproject.org/latest/security/index.html .. _Security: http://docs.zephyrproject.org/latest/security/index.html
.. _freenode: https://freenode.net/ .. _Asking for Help Tips: https://docs.zephyrproject.org/latest/guides/getting-help.html

View file

@ -229,6 +229,11 @@ what build or test failed click on the row that contains the failed (i.e.
non-green) build and then click on the "Tests" tab to see the console output non-green) build and then click on the "Tests" tab to see the console output
messages indicating the failure. messages indicating the failure.
The `builds@lists.zephyrproject.org mailing list
<https://lists.zephyrproject.org/g/builds>`_
archives the CI (shippable) nightly build results.
.. _Contribution Tools: .. _Contribution Tools:
Contribution Tools and Git Setup Contribution Tools and Git Setup