For general contribution and community guidelines, please see the community repo.
Before getting started, you should install some developer tools.
Run ./bin/build
. Requires Docker.
To test against a specific database type, run ./test/test {db type}
, where
db type is mysql
, postgres
, or mssql
.
- Update the VERSION
- Update the CHANGELOG
- Submit your changes in a PR
- Once the PR has been reviewed and merged, at a git tag to the repo
- Add a github release for the new tag, and copy/paste the CHANGELOG data for the version into the gh release notes
- Fork the project
- Clone your fork
- Make local changes to your fork by editing files
- Commit your changes
- Push your local changes to the remote server
- Create new Pull Request
From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!