You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by sh...@apache.org on 2020/10/10 13:50:25 UTC

[kibble] branch master updated: Add .asf.yaml config file

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 325c4aa  Add .asf.yaml config file
     new fb28a44  Merge pull request #46 from PolideaInternal/add-asf-config
325c4aa is described below

commit 325c4aad6a703f9905a765e302d8e4a33761b934
Author: Tomek Urbaszek <to...@polidea.com>
AuthorDate: Sat Oct 10 15:00:37 2020 +0200

    Add .asf.yaml config file
---
 .asf.yaml | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..98f624a
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,38 @@
+# 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: "Apache Kibble - a tool to collect, aggregate and visualize data about any software project"
+  homepage: https://kibble.apache.org/
+  labels:
+    - kibble
+    - big-data
+    - open-source
+    - python
+    - visualization
+  features:
+    # Enable issues management
+    issues: true
+    # Enable wiki for documentation
+    wiki: false
+
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false