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

lzljs3620320 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new cd5b670  docs: Add ASF related files (#2)
cd5b670 is described below

commit cd5b6709a4b99ff6009f7043619b83d3b948cee1
Author: Xuanwo <[email protected]>
AuthorDate: Fri Jul 5 22:31:25 2024 +0800

    docs: Add ASF related files (#2)
---
 .asf.yaml                | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
 .github/workflows/ci.yml |  4 ++--
 NOTICE                   |  5 +++++
 README.md                |  8 ++++----
 copyright.txt            | 17 ++++++++++++++++
 5 files changed, 80 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a78e431
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,52 @@
+#
+# 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.
+#
+
+# See: 
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+
+github:
+  description: "Apache Paimon Rust The rust implementation of Apache Paimon."
+  homepage: https://paimon.apache.org/
+  labels:
+    - rust
+    - paimon
+    - streaming-datalake
+    - real-time-analytics
+    - data-ingestion
+    - big-data
+    - table-store
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  features:
+    issues: true
+    discussions: true
+    wiki: false
+    projects: false
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+    gh-pages:
+      whatever: Just a placeholder to make it take effects
+  collaborators:
+    - Xuanwo
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 76e890d..a873a01 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
       matrix:
         os:
           - ubuntu-latest
-          - macos-11
+          - macos-latest
           - windows-latest
     steps:
       - uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
       matrix:
         os:
           - ubuntu-latest
-          - macos-11
+          - macos-latest
           - windows-latest
     steps:
       - uses: actions/checkout@v4
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..f5a777b
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Paimon Rust
+Copyright 2024 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index a1c3cfe..9b89bf5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # Apache Paimon Rust &emsp; [![Build Status]][actions] [![Latest 
Version]][crates.io]
 
-[Build Status]: 
https://img.shields.io/github/actions/workflow/status/apache/paimon/ci.yml
-[actions]: https://github.com/apache/paimon/actions?query=branch%3Amain
+[Build Status]: 
https://img.shields.io/github/actions/workflow/status/apache-rust/paimon/ci.yml
+[actions]: https://github.com/apache-rust/paimon/actions?query=branch%3Amain
 [Latest Version]: https://img.shields.io/crates/v/paimon.svg
 [crates.io]: https://crates.io/crates/paimon
 
-The rust impelmation of Apache Paimon. 
+The rust implementation of Apache Paimon. 
 
 ## Quick Start
 
@@ -17,7 +17,7 @@ Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for 
more details on get
 
 ## Getting help
 
-Submit [issues](https://github.com/apache/paimon/issues/new/choose) for bug 
report or asking questions in 
[discussion](https://github.com/apache/paimon/discussions/new?category=q-a).
+Submit [issues](https://github.com/apache/paimon-rust/issues/new/choose) for 
bug report or asking questions in 
[discussion](https://github.com/apache/paimon-rust/discussions/new?category=q-a).
 
 #### License
 
diff --git a/copyright.txt b/copyright.txt
new file mode 100644
index 0000000..d551913
--- /dev/null
+++ b/copyright.txt
@@ -0,0 +1,17 @@
+/*
+ * 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.
+ */
\ No newline at end of file

Reply via email to