ironic/doc/source/contributor/community.rst
Jay Faulkner 65b8895e8a Update docs: Ironic uses launchpad now
Ironic switched to launchpad. Ensure our docs point contributors to the
correct location.

Change-Id: Ifa75c75741dd4a584bc2cb972eb4726c4c48d064
2023-05-17 15:42:41 -07:00

85 lines
2.3 KiB
ReStructuredText

====================
Bare Metal Community
====================
This document provides information on how to reach out to the community for
questions, bug reports or new code contributions.
Useful Links
============
Bug/Task tracker
https://bugs.launchpad.net/ironic/+bugs
Code Hosting
https://opendev.org/openstack/ironic
Code Review
https://review.opendev.org/#/q/status:open+project:openstack/ironic,n,z
Weekly Meeting Agenda
https://wiki.openstack.org/wiki/Meetings/Ironic#Agenda_for_next_meeting
Ironic Contributors' Whiteboard
https://etherpad.opendev.org/p/IronicWhiteBoard
Asking Questions
================
There are two many venues where all discussions happen: IRC and mailing lists.
Internet Relay Chat 'IRC'
-------------------------
Daily contributor discussions take place on IRC in the ``#openstack-ironic``
channel on the OFTC IRC network. Please feel free to connect to
``ircs://irc.oftc.net:6697`` and join our channel!
Note that while we have community members from everywhere in the world, we're
the most active from roughly 6am to 12am. If you don't get an answer to your
question, try the `Mailing list`_.
Additional information on getting connected can be found in the
`OpenStack community contribution guide <https://docs.openstack.org/contributors/common/irc.html>`_.
Mailing list
------------
We use the *openstack-discuss* mailing list for asynchronous communications and
longer discussions. Navigate to
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
to subscribe or view the archives.
When sending a message please prefix the *Subject* line with ``[ironic]`` so
that we don't miss it.
Reporting Bugs
==============
See :doc:`bugs` for more details on how we track bugs.
LaunchPad
---------
Most of the tools used for OpenStack require a Launchpad_ ID for
authentication. Ironic tracks bugs via Launchpad.
.. _Launchpad: https://launchpad.net
Storyboard
----------
The Ironic project moved from `StoryBoard
<https://storyboard.openstack.org/>`_ for work and task tracking in
April, 2023. Ironic bugs in storyboard may remain valid, but there
should not be additional issues filed there.
Contributing Code
=================
.. seealso::
* :doc:`contributing` - basic information on new code contributions
* :doc:`/contributor/index`