blob: b896a5f1be1deb143fe4e8f75dbf20e235cf079e (
plain)
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
|
.. _contributing:
===================================
Contributing to python-ironicclient
===================================
If you're interested in contributing to the python-ironicclient project,
the following will help get you started.
#openstack-ironic on Freenode IRC Network
-----------------------------------------
There is a very active chat channel at irc://freenode.net/#openstack-ironic.
This is usually the best place to ask questions and find your way around.
IRC stands for Internet Relay Chat and it is a way to chat online in real
time. You can ask a question and come back later to read the answer in the
log files. Logs for the #openstack-ironic IRC channel are stored at
http://eavesdrop.openstack.org/irclogs/%23openstack-ironic/.
Contributor License Agreement
-----------------------------
.. index::
single: license; agreement
In order to contribute to the python-ironicclient project, you need to have
signed OpenStack's contributor's agreement.
.. seealso::
* https://docs.openstack.org/infra/manual/developers.html
* https://wiki.openstack.org/wiki/CLA
Project Hosting Details
-----------------------
Bug tracker
https://storyboard.openstack.org/#!/project/959
Mailing list (prefix subjects with ``[ironic]`` for faster responses)
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
Code Hosting
https://opendev.org/openstack/python-ironicclient
Code Review
https://review.opendev.org/#/q/status:open+project:openstack/python-ironicclient,n,z
|