-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Alexey Volkov edited this page Jul 3, 2023
·
8 revisions
It is cozy place for JacoDB documentation.
- Overview
- Difference between Classes and Types
- Full api reference
- 3-address bytecode representation
- Benchmarks
General flow for contributing code:
- Create issue for feature/bug
- Create your own fork of the code from develop branch.
- Implement changes.
- Test your code:
- Before creating the pull request perform the tests you find necessary for your code changes.
- When implementing something new, it's great to find real users and ask them to try out your feature — to prove the necessity and quality of your suggestion.
- Check coverage report. You should not decrease coverage by your changes.
- Create the pull request, and you'll see if the automated tests pass on GitHub. Your reviewer will possibly recommend you more tests.
- Please choose @lehvolk as a reviewer. He will reassign your PR to someone else from the core team, if necessary. We do our best in reviewing, but we can hardly specify the exact timeout for it. Be sure that we'll certainly answer your pull request!