[llvm] r274268 - Introduce a *draft* of a code of conduct for the LLVM community and the
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 16:01:12 PDT 2016
----- Original Message -----
> From: "Chandler Carruth via llvm-commits" <llvm-commits at lists.llvm.org>
> To: llvm-commits at lists.llvm.org
> Sent: Thursday, June 30, 2016 3:27:55 PM
> Subject: [llvm] r274268 - Introduce a *draft* of a code of conduct for the LLVM community and the
>
> Author: chandlerc
> Date: Thu Jun 30 15:27:54 2016
> New Revision: 274268
>
> URL: http://llvm.org/viewvc/llvm-project?rev=274268&view=rev
> Log:
> Introduce a *draft* of a code of conduct for the LLVM community and
> the
> associated reporting guide.
>
> I want to emphasize that at this point these are just drafts!
>
> This is the result of very extended discussion on the mailing lists
> on
> several different threads:
> http://lists.llvm.org/pipermail/llvm-dev/2015-October/091218.html
> http://lists.llvm.org/pipermail/llvm-dev/2016-May/099120.html
> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151019/307070.html
>
> The reporting guide in particular I anticipate will be shaped
> somewhat
> by the advisory committee when they are selected. But hopefully this
> serves as a good starting point and good guidance while the advisory
> committee is being sorted out.
>
> I'd like to thank all the folks who contributed to this. Many, *many*
> people worked to help with drafting, wording, suggestions, and edits.
> Also, this is based on widely used existing codes of coduct as
> mentioned
> in the text, and the original authors of those deserve many thanks as
> well.
>
> Differential Revision: http://reviews.llvm.org/D13741
>
> Added:
> llvm/trunk/docs/CodeOfConduct.rst
> llvm/trunk/docs/ReportingGuide.rst
> Modified:
> llvm/trunk/docs/index.rst
>
> Added: llvm/trunk/docs/CodeOfConduct.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeOfConduct.rst?rev=274268&view=auto
> ==============================================================================
> --- llvm/trunk/docs/CodeOfConduct.rst (added)
> +++ llvm/trunk/docs/CodeOfConduct.rst Thu Jun 30 15:27:54 2016
> @@ -0,0 +1,111 @@
> +==============================
> +LLVM Community Code of Conduct
> +==============================
> +
> +.. note::
> +
> + This document is currently a **DRAFT** document while it is being
> discussed
> + by the community.
> +
> +The LLVM community has always worked to be a welcoming and
> respectful
> +community, and we want to ensure that doesn't change as we grow and
> evolve. To
> +that end, we have a few ground rules that we ask people to adhere
> to:
> +
> +* `be friendly and patient`_,
> +* `be welcoming`_,
> +* `be considerate`_,
> +* `be respectful`_,
> +* `be careful in the words that you choose and be kind to others`_,
> and
> +* `when we disagree, try to understand why`_.
> +
> +This isnât an exhaustive list of things that you canât do.
> Rather, take it in
> +the spirit in which itâs intended - a guide to make it easier to
> communicate
> +and participate in the community.
There are a significant number of non-ASCII characters in this document (including several in the above paragraph).
-Hal
...
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
--
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
More information about the llvm-commits
mailing list