Skip to content

Commit

Permalink
Merge pull request #73 from chunshao90/add-asf-yaml
Browse files Browse the repository at this point in the history
chore: add asf yaml
  • Loading branch information
tanruixiang authored Dec 22, 2023
2 parents 92948fb + a068e5d commit d4f86e1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
50 changes: 50 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 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.

# For more information, see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features.

github:
description: >-
Java implementation of HoraeDB client.
homepage: https://apache.github.io/incubator-horaedb-docs # TODO: after website is ready, set to https://horaedb.apache.org/
labels:
- java
- sql
- database
- distributed-database
- cloud-native
- tsdb
- timeseries-database
- timeseries-analysis
- iot-database
- horaedb
enabled_merge_buttons:
squash: true
merge: false
rebase: true
protected_branches:
main:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1

notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
jobs: [email protected]
discussions: [email protected]
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# HoraeDB Java Client

[![build](https://github.com/CeresDB/horaedb-java-client/actions/workflows/build.yml/badge.svg)](https://github.com/CeresDB/horaedb-java-client/actions/workflows/build.yml)
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

[中文](README_CN.md)
Expand Down Expand Up @@ -220,6 +219,4 @@ See [streaming](docs/streaming.md)
Under [Apache License 2.0](./LICENSE).

## Community and support
- Join the user group on [Slack](https://join.slack.com/t/ceresdbcommunity/shared_invite/zt-1au1ihbdy-5huC9J9s2462yBMIWmerTw)
- Join the use group on WeChat [WeChat QR code](https://github.com/CeresDB/assets/blob/main/WeChatQRCode.jpg)
- Join the user group on DingTalk: 44602802
3 changes: 0 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# HoraeDB Java Client

[![build](https://github.com/CeresDB/horaedb-client-java/actions/workflows/build.yml/badge.svg)](https://github.com/CeresDB/horaedb-client-java/actions/workflows/build.yml)
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

## 介绍
Expand Down Expand Up @@ -217,6 +216,4 @@ final CompletableFuture<WriteOk> writeOk = writeBuf.completed();
遵守 [Apache License 2.0](./LICENSE).

## 社区与技术支持
- 加入 Slack 社区与用户群 [Slack 入口](https://join.slack.com/t/ceresdbcommunity/shared_invite/zt-1au1ihbdy-5huC9J9s2462yBMIWmerTw)
- 加入微信社区与用户群 [微信二维码](https://github.com/CeresDB/assets/blob/main/WeChatQRCode.jpg)
- 搜索并加入钉钉社区与用户群 44602802

0 comments on commit d4f86e1

Please sign in to comment.