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