Skip to content

Commit f4060e6

Browse files
authored
Add a disclaimer to the README page & include a configuration file for GitHub settings. (#136)
1 parent 0f7f5af commit f4060e6

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

.asf.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
19+
20+
github:
21+
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.
22+
homepage: https://bifromq.apache.org/
23+
labels:
24+
- mqtt
25+
- iot
26+
- multi-tenant
27+
- serverless
28+
- distributed
29+
- mqtt-broker
30+
- decentralized-cluster
31+
enabled_merge_buttons:
32+
squash: true
33+
merge: false
34+
rebase: false
35+
protected_branches:
36+
main:
37+
required_status_checks:
38+
strict: false
39+
required_pull_request_reviews:
40+
dismiss_stale_reviews: false
41+
required_approving_review_count: 1
42+
required_linear_history: true
43+
features:
44+
issues: true
45+
projects: true
46+
notifications:
47+
48+
49+
pullrequests: [email protected]
50+
51+
discussions: [email protected]

DISCLAIMER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache BifroMQ (incubating) is an effort undergoing incubation at the Apache
1+
Apache BifroMQ (Incubating) is an effort undergoing incubation at the Apache
22
Software Foundation (ASF), sponsored by the Apache Incubator PMC.
33

44
Incubation is required of all newly accepted projects until a further review

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,9 @@ Join our Discord or WeChat group if you are interested in our work.
229229
### WeChat group
230230
231231
[Email](mailto:[email protected]) us your WeChat ID, along with more information on why BifroMQ has caught your
232-
attention (we'd love to hear about it), and we will invite you to join our group as soon as possible.
232+
attention (we'd love to hear about it), and we will invite you to join our group as soon as possible.
233+
234+
## ASF Incubator disclaimer
235+
236+
Apache BifroMQ™ 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 project has yet to be fully endorsed by the ASF.
237+

0 commit comments

Comments
 (0)