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

popduke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bifromq.git


The following commit(s) were added to refs/heads/main by this push:
     new f4060e6a Add a disclaimer to the README page & include a configuration 
file for GitHub settings. (#136)
f4060e6a is described below

commit f4060e6a76f55ce1ca712660875d0326abe96413
Author: Calvin Kirs <[email protected]>
AuthorDate: Fri May 30 14:43:03 2025 +0800

    Add a disclaimer to the README page & include a configuration file for 
GitHub settings. (#136)
---
 .asf.yaml  | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 DISCLAIMER |  2 +-
 README.md  |  7 ++++++-
 3 files changed, 58 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..c5c66460
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,51 @@
+# 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: BifroMQ(Incubating) is a high-performance, distributed MQTT 
broker implementation that seamlessly integrates native multi-tenancy support. 
It is designed to support building large-scale IoT device connections and 
messaging systems.
+  homepage: https://bifromq.apache.org/
+  labels:
+    - mqtt
+    - iot
+    - multi-tenant
+    - serverless
+    - distributed
+    - mqtt-broker
+    - decentralized-cluster
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: false
+  protected_branches:
+    main:
+      required_status_checks:
+        strict: false
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        required_approving_review_count: 1
+      required_linear_history: true
+  features:
+    issues: true
+    projects: true
+notifications:
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests: [email protected]
+  jobs:         [email protected]
+  discussions:  [email protected]
\ No newline at end of file
diff --git a/DISCLAIMER b/DISCLAIMER
index aa1c2fbf..f74ed402 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,4 +1,4 @@
-Apache BifroMQ (incubating) is an effort undergoing incubation at the Apache
+Apache BifroMQ (Incubating) is an effort undergoing incubation at the Apache
 Software Foundation (ASF), sponsored by the Apache Incubator PMC.
 
 Incubation is required of all newly accepted projects until a further review
diff --git a/README.md b/README.md
index e3a6b8b4..b612e3f4 100644
--- a/README.md
+++ b/README.md
@@ -229,4 +229,9 @@ Join our Discord or WeChat group if you are interested in 
our work.
 ### WeChat group
 
 [Email](mailto:[email protected]) us your WeChat ID, along with more 
information on why BifroMQ has caught your
-attention (we'd love to hear about it), and we will invite you to join our 
group as soon as possible.
\ No newline at end of file
+attention (we'd love to hear about it), and we will invite you to join our 
group as soon as possible.
+
+## ASF Incubator disclaimer
+
+Apache BifroMQ&trade; is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is 
required of all newly accepted projects until a further review indicates that 
the infrastructure, communications, and decision making process have stabilized 
in a manner consistent with other successful ASF projects. While incubation 
status is not necessarily a reflection of the completeness or stability of the 
code, it does indicate that the  [...]
+ 
\ No newline at end of file

Reply via email to