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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-go-services.git


The following commit(s) were added to refs/heads/main by this push:
     new bfdfd0e  ci: Add ASF file and README
bfdfd0e is described below

commit bfdfd0e15a4d73ea91ac960bc2d327b7e6d22d8d
Author: Xuanwo <[email protected]>
AuthorDate: Sat Jul 13 15:57:24 2024 +0800

    ci: Add ASF file and README
    
    Signed-off-by: Xuanwo <[email protected]>
---
 .asf.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++
 README.md | 15 +++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..c043505
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,45 @@
+# 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.
+
+# All configurations could be found here: 
https://github.com/apache/infrastructure-asfyaml/
+
+github:
+  description: "Apache OpenDAL Go Binding Services Releases"
+  homepage: https://opendal.apache.org
+  labels:
+    - rust
+    - storage
+    - s3
+    - gcs
+    - azblob
+    - redis
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+    gh-pages:
+      whatever: Just a placeholder to make it take effects
+
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  discussions: [email protected]
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..aff36bf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Apache OpenDALâ„¢ Go Binding Services Release
+
+This repo served as the pre-build go binding services release.
+
+## Branding
+
+The first and most prominent mentions must use the full form: **Apache 
OpenDALâ„¢** of the name for any individual usage (webpage, handout, slides, 
etc.) Depending on the context and writing style, you should use the full form 
of the name sufficiently often to ensure that readers clearly understand the 
association of both the OpenDAL project and the OpenDAL software product to the 
ASF as the parent organization.
+
+For more details, see the [Apache Product Name Usage 
Guide](https://www.apache.org/foundation/marks/guide).
+
+## License and Trademarks
+
+Licensed under the Apache License, Version 2.0: 
http://www.apache.org/licenses/LICENSE-2.0
+
+Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or 
trademarks of the Apache Software Foundation.

Reply via email to