diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-13 22:07:12 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-13 22:07:12 +0100 |
commit | c3ddd46bf23b5040983bc3c312b1afeb3451cfc3 (patch) | |
tree | 8494aade0a78f279886d50843773339f7811fb81 /docs | |
parent | 4bf88df1f7d15348ad1fff12b35c9ff8fec3e1ad (diff) | |
download | NorthstarWiki-c3ddd46bf23b5040983bc3c312b1afeb3451cfc3.tar.gz NorthstarWiki-c3ddd46bf23b5040983bc3c312b1afeb3451cfc3.zip |
Add note about empty reviews
Diffstat (limited to 'docs')
-rw-r--r-- | docs/modding-and-development/development/reviewing.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/modding-and-development/development/reviewing.md b/docs/modding-and-development/development/reviewing.md index cefc474..920df35 100644 --- a/docs/modding-and-development/development/reviewing.md +++ b/docs/modding-and-development/development/reviewing.md @@ -57,4 +57,13 @@ After leaving your comment, select the type of feedback. * **Approve**: You found no issues when looking at the code or during testing. * **Request changes**: Either something in the code doesn't look right or you found bugs during testing. +{% hint style="warning" %} +Approval reviews should **always** contain information about what parts of the code you looked at or tested. Approvals without comment or a single _LGTM_ are not useful and will be dismissed. \ +Some exceptions to this rule are e.g. approving a single line comment typo fix, though even than the review should say something along the lines of "LGTM as it's just single line typo fix in a comment". In a nutshell it should be obvious to a future reader why you approved a PR without the reader having to look at the file diff first. + +Contributors with reviewer access may see their role removed should they leave (multiple) empty/_"LGTM"_ reviews. + +If you want to "approve" a pull request because you like the feature it implements, please opt for simply giving the PR a "👍" reaction instead. +{% endhint %} + Finally, click on _"Submit review"_. Your review is now publicly visible, congrats! :D |