18 lines
996 B
Markdown
18 lines
996 B
Markdown
We welcome your code contributions. Before submitting code via a GitHub pull
|
|
request, or by filing a bug in https://bugs.mysql.com you will need to have
|
|
signed the Oracle Contributor Agreement, see https://oca.opensource.oracle.com
|
|
|
|
Only pull requests from committers that can be verified as having signed the OCA
|
|
can be accepted.
|
|
|
|
Submitting a contribution
|
|
-------------------------
|
|
|
|
1. Make sure you have a user account at https://bugs.mysql.com. You'll need to reference
|
|
this user account when you submit your OCA (Oracle Contributor Agreement).
|
|
2. Sign the Oracle OCA. You can find instructions for doing that at the OCA Page,
|
|
at https://oca.opensource.oracle.com
|
|
3. Validate your contribution by including tests that sufficiently cover the functionality.
|
|
4. Verify that the entire test suite passes with your code applied.
|
|
5. Submit your pull request via GitHub or uploading it using the contribution tab to a bug
|
|
record in https://bugs.mysql.com (using the 'contribution' tab).
|