From a95ee7cda5234a2d3f2e997d294ba6cc718fb59e Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 5 Aug 2019 22:55:13 +0200 Subject: Update Contribute.md --- docs/Contribute.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Contribute.md b/docs/Contribute.md index c9d8178..b7c4e34 100644 --- a/docs/Contribute.md +++ b/docs/Contribute.md @@ -80,6 +80,8 @@ If you want to submit code written by someone else, you can give credits to the `git commit --author="AuthorName " -am "Commit message here"` +Update: unfortunately, when merging a PR by squashing the commit, GitHub automatically sets the author of the resulting commit as the person who opened the PR. Because of this reason, please mention the original author (and commit, if applicable) in the PR description. + ## Improve the Wiki Do you want to improve or add a page to our wiki? Good! Let's discuss it using [our chat](https://discord.gg/PaqQRkd). -- cgit