mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 22:14:23 +01:00
Update CONTRIBUTING.md
This commit is contained in:
@@ -16,6 +16,11 @@ Fork the repository and open a pull request to submit your work. Please consider
|
||||
* Running `cargo fmt` and `cargo clippy` to keep the code formatting in check.
|
||||
* Running `make` to run the test suite.
|
||||
|
||||
As general guideline for pull requests, please:
|
||||
|
||||
* Don't mix fixes and cleanups in same pull request. They just increase the likelhood of merge conflicts. Cleanups are welcome, but just keep them separate.
|
||||
* Prefer `git rebase main` over `git merge main` on your branches to keep git logs clean.
|
||||
|
||||
## Debugging query execution
|
||||
|
||||
Limbo aims towards SQLite compatibility. If you find a query that has different behavior than SQLite, the first step is to check what the generated bytecode looks like.
|
||||
|
||||
Reference in New Issue
Block a user