Skip to content

Commit 566592e

Browse files
authored
docs: add FAQs to contribution guide
1 parent 65330e0 commit 566592e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ Most importantly, with every contribution you improve your skills so that future
101101
102102
A reviewer is already helping you to make a code contribution through their review. A reviewer *may* even help you to write code by actually writing it for you, but is not obliged to do so.
103103

104+
GitHub allows reviewers to suggest and write code changes as part of the review feedback. These code suggestions are likely to contain mistakes due to the lack of code syntax checks when writing code directly on GitHub. You should therefore always review these suggestions before accepting them, ideally in an IDE. If you merge a code suggestion and the CI then fails, take another look at the code change before asking the reviewer for help.
105+
104106
### Review Feedback
105107

106108
> *It takes too much effort to incorporate the review feedback, why why can't you just merge my pull request?*

0 commit comments

Comments
 (0)