aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-15 14:26:44 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-09-16 14:42:28 -0400
commit8a104f8b5867c682d994ffa7a74093c54469c11f (patch)
treea8c6159ab818cc601c662d0e5cadfb67ea240fca
parent27c5a778dfe23d1de8d9ebfbc6a54595a79ac709 (diff)
Code of Conduct: Let's revamp it.
The Code of Conflict is not achieving its implicit goal of fostering civility and the spirit of 'be excellent to each other'. Explicit guidelines have demonstrated success in other projects and other areas of the kernel. Here is a Code of Conduct statement for the wider kernel. It is based on the Contributor Covenant as described at www.contributor-covenant.org From this point forward, we should abide by these rules in order to help make the kernel community a welcoming environment to participate in. Signed-off-by: Chris Mason <clm@fb.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Olof Johansson <olof@lxom.net> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--Documentation/process/code-of-conduct.rst81
-rw-r--r--Documentation/process/code-of-conflict.rst28
-rw-r--r--Documentation/process/index.rst2
3 files changed, 82 insertions, 29 deletions
diff --git a/Documentation/process/code-of-conduct.rst b/Documentation/process/code-of-conduct.rst
new file mode 100644
index 000000000000..ab7c24b5478c
--- /dev/null
+++ b/Documentation/process/code-of-conduct.rst
@@ -0,0 +1,81 @@
1Contributor Covenant Code of Conduct
2++++++++++++++++++++++++++++++++++++
3
4Our Pledge
5==========
6
7In the interest of fostering an open and welcoming environment, we as
8contributors and maintainers pledge to making participation in our project and
9our community a harassment-free experience for everyone, regardless of age, body
10size, disability, ethnicity, sex characteristics, gender identity and
11expression, level of experience, education, socio-economic status, nationality,
12personal appearance, race, religion, or sexual identity and orientation.
13
14Our Standards
15=============
16
17Examples of behavior that contributes to creating a positive environment
18include:
19
20* Using welcoming and inclusive language
21* Being respectful of differing viewpoints and experiences
22* Gracefully accepting constructive criticism
23* Focusing on what is best for the community
24* Showing empathy towards other community members
25
26
27Examples of unacceptable behavior by participants include:
28
29* The use of sexualized language or imagery and unwelcome sexual attention or
30 advances
31* Trolling, insulting/derogatory comments, and personal or political attacks
32* Public or private harassment
33* Publishing others’ private information, such as a physical or electronic
34 address, without explicit permission
35* Other conduct which could reasonably be considered inappropriate in a
36 professional setting
37
38
39Our Responsibilities
40====================
41
42Maintainers are responsible for clarifying the standards of acceptable behavior
43and are expected to take appropriate and fair corrective action in response to
44any instances of unacceptable behavior.
45
46Maintainers have the right and responsibility to remove, edit, or reject
47comments, commits, code, wiki edits, issues, and other contributions that are
48not aligned to this Code of Conduct, or to ban temporarily or permanently any
49contributor for other behaviors that they deem inappropriate, threatening,
50offensive, or harmful.
51
52Scope
53=====
54
55This Code of Conduct applies both within project spaces and in public spaces
56when an individual is representing the project or its community. Examples of
57representing a project or community include using an official project e-mail
58address, posting via an official social media account, or acting as an appointed
59representative at an online or offline event. Representation of a project may be
60further defined and clarified by project maintainers.
61
62Enforcement
63===========
64
65Instances of abusive, harassing, or otherwise unacceptable behavior may be
66reported by contacting the Technical Advisory Board (TAB) at
67<tab@lists.linux-foundation.org>. All complaints will be reviewed and
68investigated and will result in a response that is deemed necessary and
69appropriate to the circumstances. The TAB is obligated to maintain
70confidentiality with regard to the reporter of an incident. Further details of
71specific enforcement policies may be posted separately.
72
73Maintainers who do not follow or enforce the Code of Conduct in good faith may
74face temporary or permanent repercussions as determined by other members of the
75project’s leadership.
76
77Attribution
78===========
79
80This Code of Conduct is adapted from the Contributor Covenant, version 1.4,
81available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
diff --git a/Documentation/process/code-of-conflict.rst b/Documentation/process/code-of-conflict.rst
deleted file mode 100644
index 47b6de763203..000000000000
--- a/Documentation/process/code-of-conflict.rst
+++ /dev/null
@@ -1,28 +0,0 @@
1Code of Conflict
2----------------
3
4The Linux kernel development effort is a very personal process compared
5to "traditional" ways of developing software. Your code and ideas
6behind it will be carefully reviewed, often resulting in critique and
7criticism. The review will almost always require improvements to the
8code before it can be included in the kernel. Know that this happens
9because everyone involved wants to see the best possible solution for
10the overall success of Linux. This development process has been proven
11to create the most robust operating system kernel ever, and we do not
12want to do anything to cause the quality of submission and eventual
13result to ever decrease.
14
15If however, anyone feels personally abused, threatened, or otherwise
16uncomfortable due to this process, that is not acceptable. If so,
17please contact the Linux Foundation's Technical Advisory Board at
18<tab@lists.linux-foundation.org>, or the individual members, and they
19will work to resolve the issue to the best of their ability. For more
20information on who is on the Technical Advisory Board and what their
21role is, please see:
22
23 - http://www.linuxfoundation.org/projects/linux/tab
24
25As a reviewer of code, please strive to keep things civil and focused on
26the technical issues involved. We are all humans, and frustrations can
27be high on both sides of the process. Try to keep in mind the immortal
28words of Bill and Ted, "Be excellent to each other."
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index 37bd0628b6ee..9ae3e317bddf 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -20,7 +20,7 @@ Below are the essential guides that every developer should read.
20 :maxdepth: 1 20 :maxdepth: 1
21 21
22 howto 22 howto
23 code-of-conflict 23 code-of-conduct
24 development-process 24 development-process
25 submitting-patches 25 submitting-patches
26 coding-style 26 coding-style