Lines Matching +full:pull +full:- +full:requests
7 Issues, ideas, requests and questions should be posted on the issue tracker at:
13 Pull requests are welcome, though please raise an issue or post a comment for discussion first. We'…
19 `git clone git@github.com:your-username/TinyTemplate.git`
30 rustup component add clippy-preview
37 rustup component add rustfmt-preview
41 …'re finished, push to your fork and submit a pull request. We try to respond to new issues and pul…
43 Some things that will increase the chance that your pull request is accepted:
49 … is one of the core goals of the TinyTemplate project, so new code in pull requests should have cl…
55 - Beginner - Suitable for people new to TinyTemplate
56 - Intermediate - More challenging, likely involves some non-obvious design decisions or knowledge o…
57 - Bigger Project - Large and/or complex project such as designing a safe, Rusty wrapper around a co…
61 - Breaking Change - Fixing this will have to wait until the next breaking-change release
62 - Enhancement - Enhancements to existing functionality or documentation
63 - Help Wanted - Input and ideas requested
67 We follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html).