Nick Cameron
Nick Cameron
We currently maintain a list of contributors per repo which supplements the list we pull from GitHub. We could be more efficient (albeit more stateful) by updating this list with...
E.g., if I tag an issue with T-compiler, then highfive should notice and add a comment cc'ing @rust-lang/compiler (as long as they are not already cc'ed).
We could do this ourselves fairly easily, though at the expense of adding some state. Or we could bounce off a dedicated irc bot.
This project was originally a fork of jdm/highfive, used for Servo. I removed a few things, changed a few things, and since then we've added a lot. It would be...
We currently look for `r? @foo` in messages, but people often write `r? foo`. We should check for this and assign a reviewer for it (ignoring `r?` without a reviewer...
highfive should ping reviewers who forget about a review, probably by leaving a GitHub comment and by an irc ping. I'm not sure exactly how this should work. We could...
* .../rfcs should not redirect to .../rfcs/index.html * .../rfcs/team and .../rfcs/team/tag should open their respective sub-menus and show the RFC list; opening the sub-menu should update the URL * back...
We should use GH actions or similar to test that `cargo test` and `cargo run -- check` pass, run `generate` and deploy to ncameron.org
The website should be responsively designed and render well on and be usable on mobile