From 44b8bdb930a1f033bbb7494cf98c875472a29a8a Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 29 Apr 2020 22:49:00 +0200 Subject: [PATCH] Mention that self-review is not a subtitute for code comments --- .github/auto-comment.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml index 6bca95deb..951419cb2 100644 --- a/.github/auto-comment.yml +++ b/.github/auto-comment.yml @@ -16,9 +16,11 @@ pullRequestOpened: > and stakeholders linked/mentioned. * You have self-reviewed it yourself. Please make a self-review and leave - comments providing the rationale behind your changes as needed. Expect - that the person reviewing this code next does not have to be super - familiar with the affected codebase. Follow the [code contribution guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md#code-contribution-guidelines) + comments providing the rationale behind your changes as needed (this is + not a substitute for code comments though!). Expect that the person + reviewing this code next does not have to be super familiar with the + affected codebase. Follow the [code contribution + guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md#code-contribution-guidelines) when they apply. * Getting additional reviews from additional people (community members