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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e85513  [ZEPPELIN-4760] Add description and homepage information on 
github repository
1e85513 is described below

commit 1e855136f53b9d803848da14be8b1d695b880294
Author: Lee moon soo <leemoon...@gmail.com>
AuthorDate: Wed Apr 22 07:35:24 2020 -0700

    [ZEPPELIN-4760] Add description and homepage information on github 
repository
    
    ### What is this PR for?
    
    I'd like to discuss and get ideas on how we can improve Zeppelin GitHub 
repository description, which looks like
    
![image](https://user-images.githubusercontent.com/1540981/79534288-fe35a180-802e-11ea-8bec-df46a4c20a0b.png)
    
    ### What type of PR is it?
    Improvement
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-4760
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no
    
    Author: Lee moon soo <leemoon...@gmail.com>
    
    Closes #3736 from Leemoonsoo/ZEPPELIN-4760 and squashes the following 
commits:
    
    434408c6c [Lee moon soo] add more labels
    33f59a7b9 [Lee moon soo] add .asf.yaml
---
 .asf.yaml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..99a643f
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,32 @@
+# 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.
+
+# 
https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Web-based notebook that enables data-driven, interactive data 
analytics and collaborative documents with SQL, Scala and more."
+  homepage: https://zeppelin.apache.org/
+  labels:
+    - spark
+    - flink
+    - database
+    - nosql
+    - scala
+    - java
+    - big-data
+    - zeppelin
+    - javascript

Reply via email to