Skip to content

Commit 4b5d85b

Browse files
authored
add contributing section to main readme (#709)
Signed-off-by: rbrugaro <[email protected]>
1 parent f6ae4fa commit 4b5d85b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,18 @@ from comps import ChatQnAGateway
250250
self.gateway = ChatQnAGateway(megaservice=self.megaservice, host="0.0.0.0", port=self.port)
251251
```
252252

253+
## Contributing to OPEA
254+
255+
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.
256+
257+
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.
258+
259+
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!
260+
261+
Thank you for being a part of this journey. We can't wait to see what we can achieve together!
262+
253263
## Additional Content
254264

255265
- [Code of Conduct](https://github.com/opea-project/docs/tree/main/community/CODE_OF_CONDUCT.md)
256-
- [Contribution](https://github.com/opea-project/docs/tree/main/community/CONTRIBUTING.md)
257266
- [Security Policy](https://github.com/opea-project/docs/tree/main/community/SECURITY.md)
258267
- [Legal Information](/LEGAL_INFORMATION.md)

0 commit comments

Comments
 (0)