From ea44437e73e3df2f55ef45efff1a74f3b51e7f4a Mon Sep 17 00:00:00 2001 From: wangqi Date: Fri, 23 Feb 2018 10:01:02 +0000 Subject: [PATCH] fix link Change-Id: Ib33004eba6b41fe11a70a4e44ee10ac94e48ac56 --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 522a609d..f343e333 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -6,7 +6,7 @@ Syntribos is an open source project and contributions 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 `__ +1. Follow all the `OpenStack Style Guidelines `__ (e.g. PEP8, Py3 compatibility) 2. All new classes/functions should have appropriate docstrings in `RST format `__ @@ -23,7 +23,7 @@ welcome, if you have any questions, we can be found in the tox -e cover Anyone wanting to contribute to OpenStack must follow -`the OpenStack development workflow `__ +`the OpenStack development workflow `__ All changes should be submitted through the code review process in Gerrit described above. All pull requests on Github will be closed/ignored.