Skip to content

Branching Strategy: Should I create my PR for main or for a specific RFC? #2174

Answered by Velfi
thomas-k-cameron asked this question in Q&A
Discussion options

You must be logged in to vote

Please target PRs to main. Since your feature won't break anything if it's implemented piece-by-piece, that'll be fine. If you add Rust code that you don't want customers to start interacting with, consider marking it as #[doc(hidden)] until it's ready.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Velfi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants