Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 503 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 503 Bytes

Contributing to libmodbus-rs

We love pull requests. Here are some basic rules.

Pull Requests

If you are intending to make a pull request, please make your changes in a branch that originated from the development branch, not the master branch. Then, make your pull request against the development branch.

Rustfmt

Please use rustfmt cargo fmt before open a pull request.