Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 794 Bytes

contributing.md

File metadata and controls

15 lines (10 loc) · 794 Bytes

Contributing

Contributions are always welcome. This is a guide about the process.

Issues

If you encounter a bug, miss a feature or you have a question regarding this library, please don't hesitate to create an issue on GitHub. To make things easier, include all information relevant to the issue.

Code

If you want to add or fix functionality in this library, you can create a pull request. The library follows the Rust API guidelines as much as possible. The code is being tested on both Travis CI and Appveyor. As part of testing, rustfmt is ran to check if the code follows style guidelines. The easiest way to prevent these tests from failing is to use cargo fmt before a commit.