Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 1.26 KB

Contributing to The Way

the-way welcomes contribution from everyone. Here are the guidelines if you are thinking of helping out:

Contributions

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!

Testing

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.

Conduct

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