From 70acb7dda8a2120bb8250088a3dbeff1e8486bae Mon Sep 17 00:00:00 2001 From: syaojun Date: Wed, 4 Mar 2026 12:43:43 +0800 Subject: [PATCH] docs: add CONTRIBUTING.md to outline contribution guidelines --- community/CONTRIBUTING.md => CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename community/CONTRIBUTING.md => CONTRIBUTING.md (92%) diff --git a/community/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 92% rename from community/CONTRIBUTING.md rename to CONTRIBUTING.md index c255244d6..7f8a90c38 100644 --- a/community/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ If you have an idea for a contribution, please share it with the community. Ever ## Code of Conduct -Please follow our [Code of Conduct](../CODE_OF_CONDUCT.md) in all your interactions with the project. +Please follow our [Code of Conduct](CODE_OF_CONDUCT.md) in all your interactions with the project. ## Coding Style @@ -32,7 +32,7 @@ If you find a bug or have a feature request, please open an issue on our [GitHub ## Documentation -Our user and developer documentation can be found in the [docs folder](../docs). We welcome any improvements you can make! +Our user and developer documentation can be found in the [docs folder](docs). We welcome any improvements you can make! ## Community diff --git a/README.md b/README.md index bd5f9de27..48719324d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ As shown in the figure above, Flink performs slightly better than GeaFlow in one ## Contribution Thank you very much for contributing to GeaFlow, whether bug reporting, documentation improvement, or major feature development, we warmly welcome all contributions. -For more information: [Contribution](docs/docs-en/source/9.contribution.md). +For more information: [Contribution](./CONTRIBUTING.md). ## Contact Us