From: armando-migliaccio Date: Thu, 1 Oct 2015 19:52:46 +0000 (-0700) Subject: Effective Neutron: add link to low-hanging-fruit bugs X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=523b4105d419ccf4b61a9a7e40cd0a0dffc4a6ea;p=openstack-build%2Fneutron-build.git Effective Neutron: add link to low-hanging-fruit bugs To draw attention to newbies where it matters Change-Id: Iabab0b4f1e6e901f122c793a64d74fc4412c7e39 --- diff --git a/doc/source/devref/effective_neutron.rst b/doc/source/devref/effective_neutron.rst index bb8817887..5dfafe079 100644 --- a/doc/source/devref/effective_neutron.rst +++ b/doc/source/devref/effective_neutron.rst @@ -130,6 +130,14 @@ Document common nits and pedantic comments to watch out for. validation (pep8 and/or tests) before submitting your patch. If you keep forgetting consider installing a git `hook `_ so that Git will do it for you. +* Sometimes, new contributors want to dip their toes with trivial patches, but we + at OpenStack *love* bike shedding and their patches may sometime stall. In + some extreme cases, the more trivial the patch, the higher the chances it fails + to merge. To ensure we as a team provide/have a frustration-free experience + new contributors should be redirected to fixing `low-hanging-fruit bugs `_ + that have a tangible positive impact to the codebase. Spelling mistakes, and + docstring are fine, but there is a lot more that is relatively easy to fix + and has a direct impact to Neutron users. Reviewer comments ~~~~~~~~~~~~~~~~~