the-way
welcomes contribution from everyone. Here are the guidelines if you are
thinking of helping out:
Contributions to the-way
should be made in the form of GitHub
pull requests. Each pull request will be reviewed by me (@Ninjani) and either landed in the main tree or
given feedback for changes that would be required.
Should you wish to work on an issue, please claim it first by commenting on the GitHub issue that you want to work on it. Also feel free to ask for mentoring and I'll do the best I can!
Tests need to be run single-threaded as the same environment variable is changed separately for each test.
Run tests locally with cargo test -- --test-threads=1
.
Tests are automatically run on Travis CI when a pull request is made.
When working on an issue, add tests relevant to the fixed bug or new feature.
All contributors are expected to follow the Rust Code of Conduct.
All code in this repository is under the MIT license.
adapted from Servo's CONTRIBUTING.md