You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2018/12/15 16:27:47 UTC

[arrow] branch master updated: ARROW-4006: Add CODE_OF_CONDUCT.md

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 23dfc1c  ARROW-4006: Add CODE_OF_CONDUCT.md
23dfc1c is described below

commit 23dfc1c5b1e303aa4ed699970c68235e319aa3d8
Author: Wes McKinney <we...@apache.org>
AuthorDate: Sat Dec 15 17:27:28 2018 +0100

    ARROW-4006: Add CODE_OF_CONDUCT.md
    
    Many people are not aware that The ASF has a code of conduct. Having this document in the root directory will increase awareness of the type of professional behavior we expect from members of our community.
    
    Author: Wes McKinney <we...@apache.org>
    
    Closes #3179 from wesm/ARROW-4006 and squashes the following commits:
    
    6e88d8ab <Wes McKinney> Add CODE_OF_CONDUCT.md
---
 CODE_OF_CONDUCT.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..2efe740
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,24 @@
+<!---
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+
+# Code of Conduct
+
+* [Code of Conduct for The Apache Software Foundation][1]
+
+[1]: https://www.apache.org/foundation/policies/conduct.html
\ No newline at end of file