54 lines
1.2 KiB
ReStructuredText
54 lines
1.2 KiB
ReStructuredText
=================
|
|
Contributor Guide
|
|
=================
|
|
|
|
In the Contributor Guide, you will find documented policies for
|
|
developing with Ceilometer. This includes the processes we use for
|
|
bugs, contributor onboarding, core reviewer memberships, and other
|
|
procedural items.
|
|
|
|
Ceilometer follows the same workflow as other OpenStack projects. To start
|
|
contributing to Ceilometer, please follow the workflow found here_.
|
|
|
|
.. _here: https://wiki.openstack.org/wiki/Gerrit_Workflow
|
|
|
|
:Bug tracker: https://bugs.launchpad.net/ceilometer
|
|
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss (prefix subjects with ``[Ceilometer]`` for faster responses)
|
|
:Wiki: https://wiki.openstack.org/wiki/Ceilometer
|
|
:Code Hosting: https://opendev.org/openstack/ceilometer/
|
|
:Code Review: https://review.opendev.org/#/q/status:open+project:openstack/ceilometer,n,z
|
|
|
|
Overview
|
|
========
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview
|
|
architecture
|
|
|
|
Data Types
|
|
==========
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
measurements
|
|
events
|
|
|
|
Getting Started
|
|
===============
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
devstack
|
|
testing
|
|
gmr
|
|
|
|
|
|
Development
|
|
===========
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
plugins
|
|
new_resource_types
|