From 938a5732edcd14e45a86a579bdf69d2d8065ee79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Thu, 29 Nov 2018 12:25:51 +0100 Subject: [PATCH] [Documentation] Specify the name of the irc server. Indicate on which server the channel irc is located. That will be better to use a footnote for this information, but reStructuredText doesn't support this feature at the moment. Change-Id: I763c3860c2200f841ef009e3ccf9bb3e7e0e6978 Related-Bug: #1804642 --- doc/source/contributor/new_developers.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/contributor/new_developers.rst b/doc/source/contributor/new_developers.rst index eabb4470..8b27f496 100644 --- a/doc/source/contributor/new_developers.rst +++ b/doc/source/contributor/new_developers.rst @@ -107,16 +107,17 @@ interface functions along side the command line interface. tripleo-heat-templates. - New features should be reviewed by cores who have knowledge in that area of the codebase. -- One should consider logging and support implications. If you have new logs, +- One should consider logging and support implications. If you have new logs, would they be available via sosreport. - Error messages are easy to understand and work their way back to the user (stack traces are not sufficient). -- Documentation should be updated if necessary. New features need a +- Documentation should be updated if necessary. New features need a tripleo-docs patch. - If any new dependencies are used for your feature, be sure they are properly - packaged and available in RDO. You can ask on #rdo for help with this. + packaged and available in RDO. You can ask on #rdo (on freenode server) for + help with this. - If a Mistral workflow changes between releases, make version notes so that - users know how they might have to update their workflow call. Make sure it's + users know how they might have to update their workflow call. Make sure it's backwards-compatible, or have at least one cycle deprecation period before removing the old way of doing things. @@ -132,4 +133,3 @@ services. Please see the following guide on how to set up a containerized undercloud: https://docs.openstack.org/tripleo-docs/latest/install/containers_deployment/undercloud.html -