Removing reference to opencafe in the contributing doc

Removing reference to opencafe in the contributing doc.

Change-Id: I9fc91fcc9b48f906eb97a743948ca58e2db6f464
This commit is contained in:
Rahul Nair 2016-10-24 16:00:25 -05:00
parent aa50d7b7d0
commit 55e92127a5
1 changed files with 13 additions and 4 deletions

View File

@ -1,15 +1,24 @@
=================================
Syntribos Contributing Guidelines
=================================
Contributions to syntribos are always welcome, if you have any questions,
we can be found in the #openstack-security channel on Freenode IRC.
1. Follow all the `OpenStack Style Guidelines <http://docs.openstack.org/developer/hacking/>`__
(e.g. PEP8, Py3 compatibility)
2. All new classes/functions should have appropriate docstrings in
`RST format <https://pythonhosted.org/an_example_pypi_project/sphinx.html>`__
3. All new code should have appropriate unittests (place them in the
``tests/unit`` folder)
4. No new code will be accepted if it adds a new dependency on OpenCAFE, or adds
on top of existing CAFE functionality IF it cannot stand on its own without
CAFE.
4. Any change you make can be tested using tox::
pip install tox
tox -e pep8
tox -e py27
tox -e py34
tox -e cover
Anyone wanting to contribute to OpenStack must follow
`the OpenStack development workflow <http://docs.openstack.org/infra/manual/developers.html#development-workflow>`__
@ -17,7 +26,7 @@ Anyone wanting to contribute to OpenStack must follow
All changes should be submitted through the code review process in Gerrit
described above. All pull requests on Github will be closed/ignored.
Bugs should be filed on the `Syntribos launchpad site <https://bugs.launchpad.net/syntribos>`__,
Bugs should be filed on the `syntribos launchpad site <https://bugs.launchpad.net/syntribos>`__,
and not on Github. All Github issues will be closed/ignored.
Breaking changes, feature requests, and other unprioritized work should first be