-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Fix typo and add contribute section (#9)
- Loading branch information
Showing
3 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,20 +19,25 @@ | |
|
||
# Apache Paimon Rust   [![Build Status]][actions] [![Latest Version]][crates.io] | ||
|
||
[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 | ||
[Build Status]: https://img.shields.io/github/actions/workflow/status/apache/paimon-rust/ci.yml | ||
[actions]: https://github.com/apache/paimon-rust/actions?query=branch%3Amain | ||
[Latest Version]: https://img.shields.io/crates/v/paimon.svg | ||
[crates.io]: https://crates.io/crates/paimon | ||
|
||
The rust implementation of Apache Paimon. | ||
|
||
## Quick Start | ||
## Issue Tracker | ||
|
||
Working in progress | ||
See [Tracking issues of 0.1.0 version for Apache Paimon Rust](https://github.com/apache/paimon-rust/issues/3) | ||
|
||
## Contributing | ||
|
||
Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide for more details on getting started with contributing to this project. | ||
Apache Paimon Rust is an exciting project currently under active development. Whether you're looking to use it in your projects or contribute to its growth, there are several ways you can get involved: | ||
|
||
- Follow the [Contributing Guide](CONTRIBUTING.md) to contribute. | ||
- Create new [Issue](https://github.com/apache/paimon-rust/issues/new) for bug reportor or feature request. | ||
- Start discussion thread at [dev mailing list](mailto:[email protected]) ([subscribe](<mailto:[email protected]?subject=(send%20this%20email%20to%20subscribe)>) / [unsubscribe](<mailto:[email protected]?subject=(send%20this%20email%20to%20unsubscribe)>) / [archives](https://lists.apache.org/[email protected])) | ||
- Talk to community directly at [Slack #paimon channel](https://join.slack.com/t/the-asf/shared_invite/zt-2l9rns8pz-H8PE2Xnz6KraVd2Ap40z4g). | ||
|
||
## Getting help | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters