github.com/mh-cbon/go@v0.0.0-20160603070303-9e112a3fe4c0/doc/conduct.html (about)

     1  <!--{
     2  	"Title": "Go Community Code of Conduct",
     3  	"Path":  "/conduct",
     4  	"Template": true
     5  }-->
     6  
     7  <style>
     8  ul {
     9  	max-width: 800px;
    10  }
    11  ul ul {
    12  	margin: 0 0 5px;
    13  }
    14  </style>
    15  
    16  <h2 id="about">About the Code of Conduct</h2>
    17  
    18  <h3 id="why">Why have a Code of Conduct?</h3>
    19  
    20  <p>
    21  Online communities include people from many different backgrounds.
    22  The Go contributors are committed to providing a friendly, safe and welcoming
    23  environment for all, regardless of age, disability, gender, nationality, race,
    24  religion, sexuality, or similar personal characteristic.
    25  </p>
    26  
    27  <p>
    28  The first goal of the Code of Conduct is to specify a baseline standard
    29  of behavior so that people with different social values and communication
    30  styles can talk about Go effectively, productively, and respectfully.
    31  </p>
    32  
    33  <p>
    34  The second goal is to provide a mechanism for resolving conflicts in the
    35  community when they arise.
    36  </p>
    37  
    38  <p>
    39  The third goal of the Code of Conduct is to make our community welcoming to
    40  people from different backgrounds.
    41  Diversity is critical to the project; for Go to be successful, it needs
    42  contributors and users from all backgrounds.
    43  (See <a href="https://blog.golang.org/open-source">Go, Open Source, Community</a>.)
    44  </p>
    45  
    46  <p>
    47  With that said, a healthy community must allow for disagreement and debate.
    48  The Code of Conduct is not a mechanism for people to silence others with whom
    49  they disagree.
    50  </p>
    51  
    52  <h3 id="spaces">Where does the Code of Conduct apply?</h3>
    53  
    54  <p>
    55  If you participate in or contribute to the Go ecosystem in any way,
    56  you are encouraged to follow the Code of Conduct while doing so.
    57  </p>
    58  
    59  <p>
    60  Explicit enforcement of the Code of Conduct applies to the
    61  official forums operated by the Go project (“Go spaces”):
    62  </p>
    63  
    64  <ul>
    65      <li>The official <a href="https://github.com/golang/">GitHub projects</a>
    66          and <a href="https://go-review.googlesource.com/">code reviews</a>.
    67      <li>The <a href="https://groups.google.com/group/golang-nuts">golang-nuts</a> and
    68          <a href="https://groups.google.com/group/golang-dev">golang-dev</a> mailing lists.
    69  <li>The #go-nuts IRC channel on Freenode.
    70  <li>The <a href="https://reddit.com/r/golang">/r/golang subreddit</a>.
    71  </ul>
    72  
    73  <p>
    74  Other Go groups (such as conferences, meetups, and other unofficial forums) are
    75  encouraged to adopt this Code of Conduct. Those groups must provide their own
    76  moderators and/or working group (see below).
    77  </p>
    78  
    79  <h2 id="values">Gopher values</h2>
    80  
    81  <p>
    82  These are the values to which people in the Go community (“Gophers”) should aspire.
    83  </p>
    84  
    85  <ul>
    86  <li>Be friendly and welcoming
    87  <li>Be patient
    88      <ul>
    89      <li>Remember that people have varying communication styles and that not
    90          everyone is using their native language.
    91          (Meaning and tone can be lost in translation.)
    92      </ul>
    93  <li>Be thoughtful
    94      <ul>
    95      <li>Productive communication requires effort.
    96          Think about how your words will be interpreted.
    97      <li>Remember that sometimes it is best to refrain entirely from commenting.
    98      </ul>
    99  <li>Be respectful
   100      <ul>
   101      <li>In particular, respect differences of opinion.
   102      </ul>
   103  <li>Be charitable
   104      <ul>
   105      <li>Interpret the arguments of others in good faith, do not seek to disagree.
   106      <li>When we do disagree, try to understand why.
   107      </ul>
   108  <li>Avoid destructive behavior:
   109      <ul>
   110      <li>Derailing: stay on topic; if you want to talk about something else,
   111          start a new conversation.
   112      <li>Unconstructive criticism: don't merely decry the current state of affairs;
   113          offer—or at least solicit—suggestions as to how things may be improved.
   114      <li>Snarking (pithy, unproductive, sniping comments)
   115      <li>Discussing potentially offensive or sensitive issues;
   116          this all too often leads to unnecessary conflict.
   117      <li>Microaggressions: brief and commonplace verbal, behavioral and
   118          environmental indignities that communicate hostile, derogatory or negative
   119          slights and insults to a person or group.
   120      </ul>
   121  </ul>
   122  
   123  <p>
   124  People are complicated.
   125  You should expect to be misunderstood and to misunderstand others;
   126  when this inevitably occurs, resist the urge to be defensive or assign blame.
   127  Try not to take offense where no offense was intended.
   128  Give people the benefit of the doubt.
   129  Even if the intent was to provoke, do not rise to it.
   130  It is the responsibility of <i>all parties</i> to de-escalate conflict when it arises.
   131  </p>
   132  
   133  <h2 id="unwelcome_behavior">Unwelcome behavior</h2>
   134  
   135  <p>
   136  These actions are explicitly forbidden in Go spaces:
   137  </p>
   138  
   139  <ul>
   140  <li>Insulting, demeaning, hateful, or threatening remarks.
   141  <li>Discrimination based on age, disability, gender, nationality, race,
   142      religion, sexuality, or similar personal characteristic.
   143  <li>Bullying or systematic harassment.
   144  <li>Unwelcome sexual advances.
   145  <li>Incitement to any of these.
   146  </ul>
   147  
   148  <h2 id="moderation">Moderation</h2>
   149  
   150  <p>
   151  The Go spaces are not free speech venues; they are for discussion about Go.
   152  These spaces have moderators.
   153  The goal of the moderators is to facilitate civil discussion about Go.
   154  </p>
   155  
   156  <p>
   157  When using the official Go spaces you should act in the spirit of the “Gopher
   158  values”.
   159  If you conduct yourself in a way that is explicitly forbidden by the CoC,
   160  you will be warned and asked to stop.
   161  If you do not stop, you will be removed from our community spaces temporarily.
   162  Repeated, willful breaches of the CoC will result in a permanent ban.
   163  </p>
   164  
   165  <p>
   166  Moderators are held to a higher standard than other community members.
   167  If a moderator creates an inappropriate situation, they should expect less
   168  leeway than others, and should expect to be removed from their position if they
   169  cannot adhere to the CoC.
   170  </p>
   171  
   172  <p>
   173  Complaints about moderator actions must be handled using the reporting process
   174  below.
   175  </p>
   176  
   177  <h2 id="reporting">Reporting issues</h2>
   178  
   179  <p>
   180  The Code of Conduct Working Group is a group of people that represent the Go
   181  community. They are responsible for handling conduct-related issues.
   182  Their purpose is to de-escalate conflicts and try to resolve issues to the
   183  satisfaction of all parties. They are:
   184  </p>
   185  
   186  <ul>
   187  	<li>Aditya Mukerjee &lt;dev@chimeracoder.net&gt;
   188  	<li>Andrew Gerrand &lt;adg@golang.org&gt;
   189  	<li>Dave Cheney &lt;dave@cheney.net&gt;
   190  	<li>Jason Buberel &lt;jbuberel@google.com&gt;
   191  	<li>Peggy Li &lt;peggyli.224@gmail.com&gt;
   192  	<li>Sarah Adams &lt;sadams.codes@gmail.com&gt;
   193  	<li>Steve Francia &lt;steve.francia@gmail.com&gt;
   194  	<li>Verónica López &lt;gveronicalg@gmail.com&gt;
   195  </ul>
   196  
   197  <p>
   198  If you encounter a conduct-related issue, you should report it to the
   199  Working Group using the process described below.
   200  <b>Do not</b> post about the issue publicly or try to rally sentiment against a
   201  particular individual or group.
   202  </p>
   203  
   204  <ul>
   205  <li>Mail <a href="mailto:conduct@golang.org">conduct@golang.org</a> or
   206      <a href="https://golang.org/s/conduct-report">submit an anonymous report</a>.
   207      <ul>
   208      <li>Your message will reach the Working Group.
   209      <li>Reports are confidential within the Working Group.
   210      <li>Should you choose to remain anonymous then the Working Group cannot
   211          notify you of the outcome of your report.
   212      <li>You may contact a member of the group directly if you do not feel
   213          comfortable contacting the group as a whole. That member will then raise
   214          the issue with the Working Group as a whole, preserving the privacy of the
   215          reporter (if desired).
   216      <li>If your report concerns a member of the Working Group they will be recused
   217          from Working Group discussions of the report.
   218      <li>The Working Group will strive to handle reports with discretion and
   219          sensitivity, to protect the privacy of the involved parties,
   220          and to avoid conflicts of interest.
   221      </ul>
   222  <li>You should receive a response within 48 hours (likely sooner).
   223      (Should you choose to contact a single Working Group member,
   224      it may take longer to receive a response.)
   225  <li>The Working Group will meet to review the incident and determine what happened.
   226      <ul>
   227      <li>With the permission of person reporting the incident, the Working Group
   228          may reach out to other community members for more context.
   229      </ul>
   230  <li>The Working Group will reach a decision as to how to act. These may include:
   231      <ul>
   232      <li>Nothing.
   233      <li>A request for a private or public apology.
   234      <li>A private or public warning.
   235      <li>An imposed vacation (for instance, asking someone to abstain for a week
   236          from a mailing list or IRC).
   237      <li>A permanent or temporary ban from some or all Go spaces.
   238      </ul>
   239  <li>The Working Group will reach out to the original reporter to let them know
   240      the decision.
   241  <li>Appeals to the decision may be made to the Working Group,
   242      or to any of its members directly.
   243  </ul>
   244  
   245  <p>
   246  <b>Note that the goal of the Code of Conduct and the Working Group is to resolve
   247  conflicts in the most harmonious way possible.</b>
   248  We hope that in most cases issues may be resolved through polite discussion and
   249  mutual agreement.
   250  Bannings and other forceful measures are to be employed only as a last resort.
   251  </p>
   252  
   253  <p>
   254  Changes to the Code of Conduct (including to the members of the Working Group)
   255  should be proposed using the
   256  <a href="https://golang.org/s/proposal-process">change proposal process</a>.
   257  </p>
   258  
   259  <h2 id="summary">Summary</h2>
   260  
   261  <ul>
   262  <li>Treat everyone with respect and kindness.
   263  <li>Be thoughtful in how you communicate.
   264  <li>Don’t be destructive or inflammatory.
   265  <li>If you encounter an issue, please mail <a href="mailto:conduct@golang.org">conduct@golang.org</a>.
   266  </ul>
   267  
   268  <h3 id="acknowledgements">Acknowledgements</h3>
   269  
   270  <p>
   271  Parts of this document were derived from the Code of Conduct documents of the
   272  Django, FreeBSD, and Rust projects.
   273  </p>