- Make sure each of your commits have a decent commit message.
- Make the PR against the
masterbranch, unless it is a version bump for thestable_releasegit submodule. - Run
cargo fmtandcargo clippy
Please avoid sending a pull request with recursive merge nodes, as they are impossible to fix once merged. Please rebase your branch on jean-airoldie/zeromq-src-rs master instead of merging it.
git remote add upstream git@github.com:jean-airoldie/zeromq-src-rs.git
git fetch upstream
git rebase upstream/master
git push -f