File: CONTRIBUTING.rst

package info (click to toggle)
python-castellan 5.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: python: 5,465; sh: 31; makefile: 28
file content (63 lines) | stat: -rw-r--r-- 1,996 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
============
Contributing
============

The best way to join the community and get involved is to talk with others
online or at a meetup and offer contributions. Here are some of the many
ways you can contribute to the Castellan project:

* Development and Code Reviews
* Bug reporting/Bug fixes
* Wiki and Documentation
* Blueprints/Specifications
* Testing
* Deployment scripts

Before you start contributing take a look at the `Openstack Developers Guide`_.

.. _`Openstack Developers Guide`: https://docs.openstack.org/infra/manual/developers.html

OFTC IRC (Chat)
---------------
You can find Castellaneers in our publicly accessible channel on `OFTC`_
``#openstack-barbican``. All conversations are logged and stored for your
convenience at `eavesdrop.openstack.org`_. For more information regarding
OpenStack IRC channels please visit the `OpenStack IRC Wiki`_.

.. _`OFTC`: https://oftc.net
.. _`OpenStack IRC Wiki`: https://wiki.openstack.org/wiki/IRC
.. _`eavesdrop.openstack.org`: http://eavesdrop.openstack.org/irclogs/
                              %23openstack-barbican/

Launchpad
---------
Like other OpenStack related projects, we utilize Launchpad for our bug
and release tracking.

* `Castellan Launchpad Project`_

.. _`Castellan Launchpad Project`: https://launchpad.net/castellan

.. note::

    Bugs should be filed on Launchpad, not Github.

Source Repository
-----------------
Like other OpenStack related projects, the official Git repository is
available on `Castellan on GitHub`_.

.. _`Castellan on GitHub`: https://github.com/openstack/castellan

Gerrit
------
Like other OpenStack related projects, we utilize the OpenStack Gerrit
review system for all code reviews. If you're unfamiliar with using
the OpenStack Gerrit review system, please review the `Gerrit Workflow`_
wiki documentation.

.. _`Gerrit Workflow`: https://docs.openstack.org/infra/manual/developers.html#development-workflow

.. note::

    Pull requests submitted through GitHub will be ignored.