diff --git a/README.md b/README.md index 9ae53be5b..d0cfa844f 100644 --- a/README.md +++ b/README.md @@ -250,9 +250,18 @@ from comps import ChatQnAGateway self.gateway = ChatQnAGateway(megaservice=self.megaservice, host="0.0.0.0", port=self.port) ``` +## Contributing to OPEA + +Welcome to the OPEA open-source community! We are thrilled to have you here and excited about the potential contributions you can bring to the OPEA platform. Whether you are fixing bugs, adding new GenAI components, improving documentation, or sharing your unique use cases, your contributions are invaluable. + +Together, we can make OPEA the go-to platform for enterprise AI solutions. Let's work together to push the boundaries of what's possible and create a future where AI is accessible, efficient, and impactful for everyone. + +Please check the [Contributing guidelines](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) for a detailed guide on how to contribute a GenAI example and all the ways you can contribute! + +Thank you for being a part of this journey. We can't wait to see what we can achieve together! + ## Additional Content - [Code of Conduct](https://github.com/opea-project/docs/tree/main/community/CODE_OF_CONDUCT.md) -- [Contribution](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md) - [Security Policy](https://github.com/opea-project/docs/tree/main/community/SECURITY.md) - [Legal Information](/LEGAL_INFORMATION.md)