-
Notifications
You must be signed in to change notification settings - Fork 224
Add a pre-built crate for contributors to test on #995
Copy link
Copy link
Closed
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateA-newcomer-roadblockArea: A problem that isn't a bug, but makes it harder for people to contributeArea: A problem that isn't a bug, but makes it harder for people to contributeC-enhancementCategory: This is a new featureCategory: This is a new featureE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questionsStatus: There's a problem here, but no obvious solution; or the solution raises other questions
Metadata
Metadata
Assignees
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateA-newcomer-roadblockArea: A problem that isn't a bug, but makes it harder for people to contributeArea: A problem that isn't a bug, but makes it harder for people to contributeC-enhancementCategory: This is a new featureCategory: This is a new featureE-easyEffort: Should be easy to implement and would make a good first PREffort: Should be easy to implement and would make a good first PRS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questionsStatus: There's a problem here, but no obvious solution; or the solution raises other questions
Type
Fields
Give feedbackNo fields configured for issues without a type.
This would make contributing much less painful since you don't need docker or the rustwide utils, you could just test what the crate looks like without having to run
cargo run build cratefirst.I think the
fakesmodule already does most of what this needs, maybe we could combine that with theregex.htmlthat's already inbenches?