Update CONTRIBUTING.md

This commit is contained in:
Lukas Eder 2023-11-16 11:55:08 +01:00 committed by GitHub
parent b6fa29c40c
commit 1c86f9c6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,12 @@ First and foremost, from our experience, most contributors are overlooking a ton
- thinking about the many places in the manual that need to be updated
- thinking about the fact that jOOQ is dual licensed, and your contribution won't work on commercial database (but it has to, so that'll be our job again)
Plus:
- the tests aren't open source, so you can't validate your own contribution, nor prove that it is sound, via tests
- the manual isn't open source, so you can't contribute that
- the commercial distributions aren't open source, and perhaps, the implementation there needs to be different
Often, workarounds are good enough
----------------------------------