summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-06-30 20:27:54 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-06-30 20:27:54 +0000
commit348a232e90f103c492f846d766ab04be6c2bc875 (patch)
treef4068dcfadad3e2c79e3ad32475a3e62ef16874b /docs/index.rst
parentc530a2032699587fb67e6a7eb480b5b0a31712fc (diff)
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274268 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 54e695b5453..ef1d4ec64eb 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -87,7 +87,9 @@ representation.
GetElementPtr
Frontend/PerformanceTips
MCJITDesignAndImplementation
+ CodeOfConduct
CompileCudaWithLLVM
+ ReportingGuide
:doc:`GettingStarted`
Discusses how to get up and running quickly with the LLVM infrastructure.