The typical workflow for contributing to rmt.rs
is:
- Fork the
main
branch from the GitHub repository. - Clone your fork locally.
- Commit changes.
- Push the changes to your fork.
- Send a pull request from your fork back to the original
main
branch.
We are testing on the same database so we should run a test on a single thread.
cargo test -- --test-threads=1
rmt is not yet stable, to avoid any problem, I advise you to test using the Dockerfile
docker build -t "Image_name" .
docker run -d Image_name
>> id
docker exec -it id sh
email: [email protected]
You can look at the issues to fix some bugs or add new features to ask by the community.
You can propose any idea via the issues and make me a PR :D