-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define git workflow #20
Comments
Good. I have some ideas:
|
What about PRs that piggyback other unrelated changes? (If the changes are related, we can adopt the convention that the most dominant commit names the PR, for instance if you are committing a rebase and a feature). Also, note that the question is about the branch name (not the PR title, although we also need to agree on it).
We can define the pool as code owners
Agree. When merging features and breaking changes, the reviewer should check that the version in master is aligned with the kind of changes that the PR contains (you can merge features into a x.y.0-SNAPSHOT only , and you can merge breaking changes into a x.0.0-SNAPSHOT only) |
Define a procedure for managing Pull Requests:
The text was updated successfully, but these errors were encountered: