New Contributing Guide, effective now #380
aeppling
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've published a Contributing Guide that defines how contributions are handled going forward.
What's new
Branch naming is now required
All branches must follow the format
type(scope): description:git,filter,config)PR workflow: everything goes through
developyour branch --> develop (review + CI) --> master (versioned release)
PRs must target
develop. Maintainers review first, then CI runs. Once stable ondevelop, changes are released tomasterunder a specific version.Please make sure there is no regression before submitting: cargo fmt --all --check && cargo clippy --all-targets &&
cargo test
And test roughly all affected features.
Full details: CONTRIBUTING.md
Transition
PRs opened before this announcement will be reviewed and merged under the previous system. All new PRs from today must
follow the contributing guide.
Questions or feedback? Reply to this thread.
Beta Was this translation helpful? Give feedback.
All reactions