Lines Matching +full:pull +full:- +full:requests
7 Issues, ideas, requests and questions should be posted on the issue tracker at:
13 Criterion.<span></span>rs does not accept pull requests to update dependencies unless specifically
19 Pull requests are welcome, though please raise an issue for discussion first if none exists. We're …
25 `git clone git@github.com:your-username/criterion.rs.git`
32 cargo test --all
39 rustup component add clippy-preview
40 cargo clippy --all
46 rustup component add rustfmt-preview
47 cargo fmt --all
50 …'re finished, push to your fork and submit a pull request. We try to respond to new issues and pul…
52 Some things that will increase the chance that your pull request is accepted:
60 * PRs with breaking changes are made against the unreleased branch. e.g. branch version-0.4
65 …s made from the unreleased branch to master. e.g. https://github.com/bheisler/criterion.rs/pull/496
72 * Beginner - Suitable for people new to Criterion.rs, or even new to Rust in general
73 * Intermediate - More challenging, likely involves some non-trivial design decisions and/or knowled…
75 * Bigger Project - Large and/or complex project such as designing a complex new feature
79 * Breaking Change - Fixing this will have to wait until the next breaking-change release
80 * Bug - Something isn't working right
81 * Enhancement - Request to add a new feature or otherwise improve Criterion.<span></span>rs in some…
85 We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html).