Update CONTRIBUTING.md

This commit is contained in:
LangChain4j 2024-04-25 11:14:34 +02:00 committed by GitHub
parent 5a6345c35b
commit 962dbbe885
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
Thank you for investing your time and effort in contributing to our project, we appreciate it a lot! 🤗
# General Guidelines
# Current situation (25 April 2024)
There are over 60 open PRs. Please help us by reviewing them first, before opening new ones. 🙏
# General guidelines
- If you want to contribute a bug fix or a new feature that isn't listed in the [issues](https://github.com/langchain4j/langchain4j/issues) yet, please open a new issue for it and link it to your PR.
- Follow [Google's Best Practices for Java Libraries](https://jlbp.dev/)
- Keep the code compatible with Java 8. We plan to increase the baseline to Java 17 a bit later.