Skip to content

Commit 608d602

Browse files
authored
[DevPolicy] Add guidance on bans (#69701)
1 parent bc5c151 commit 608d602

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

llvm/docs/CodeOfConduct.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This work is licensed under a Creative Commons Attribution 3.0 Unported License.
33
SPDX-License-Identifier: CC-BY-3.0
44
5+
.. _LLVM Community Code of Conduct:
6+
57
==============================
68
LLVM Community Code of Conduct
79
==============================

llvm/docs/DeveloperPolicy.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ When submitting patches, please do not add confidentiality or non-disclosure
104104
notices to the patches themselves. These notices conflict with the LLVM
105105
licensing terms and may result in your contribution being excluded.
106106

107+
107108
.. _code review:
108109

109110
Code Reviews
@@ -634,6 +635,24 @@ attribution mechanism. The previous method was to include "Patch by John Doe."
634635
in a separate line of the commit message and there are automated processes that
635636
rely on this format.
636637

638+
Bans
639+
----
640+
641+
The goal of a ban is to protect people in the community from having to interact
642+
with people who are consistently not respecting the
643+
:ref:`LLVM Community Code of Conduct` in LLVM project spaces. Contributions of
644+
any variety (pull requests, issue reports, forum posts, etc.) require
645+
interacting with the community. Therefore, we do not accept any form of direct
646+
contribution from a banned individual.
647+
648+
Indirect contributions are permissible only by someone taking full ownership of
649+
such a contribution and they are responsible for all related interactions with
650+
the community regarding that contribution.
651+
652+
When in doubt how to act in a specific instance, please reach out to
653+
conduct@llvm.org for advice.
654+
655+
637656
.. _IR backwards compatibility:
638657

639658
IR Backwards Compatibility

0 commit comments

Comments
 (0)