We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437cad9 commit a1fc6ddCopy full SHA for a1fc6dd
llvm/docs/DeveloperPolicy.rst
@@ -413,6 +413,10 @@ Below are some guidelines about the format of the message itself:
413
message self-explanatory. Note that such non-public links should not be
414
included in the submitted code.
415
416
+* Avoid 'tagging' someone's username in your commits and PR descriptions
417
+ (e.g. `@<someUser>`), doing so results in that account receiving an email
418
+ every time the commit is cherry-picked and to a fork.
419
+
420
LLVM uses a squash workflow for pull requests, so as the pull request evolves
421
during review, it's important to update the pull request description over the
422
course of a review. GitHub uses the initial commit message to create the pull
0 commit comments