Replies: 2 comments 4 replies
-
I am more on team one master only, and one branch per release or hotfix. So there will be main, multiple release/vX.Y, and multiple hotfix/vX.Y.Z. All pull requests will go to release or hotfix branches, and that branch will allways start and end with master. That is because I don't think we are going to work feature level. But I can work easily either way. |
Beta Was this translation helpful? Give feedback.
-
I created a Milestone to organize issues for the 8.0.1 patch, but I just realized we haven't discussed this yet. I agree with @cbersch that we need to define our organization strategy. At this point, it’s clear that we’ll have new developments to implement, whether they’re simple bug fixes or ongoing alignment with FA development. I can delete the Milestone if this is not a good way to proceed. I did it because it's what I am used to do. |
Beta Was this translation helpful? Give feedback.
-
After we're done with the chore stuff:
For actual code changes: Are we going to work on a
develop
branch, like Fluent Assertions used to work with? (https://github.com/AwesomeAssertions/AwesomeAssertions/blob/main/CONTRIBUTING.md?plain=1#L69)Beta Was this translation helpful? Give feedback.
All reactions