Speed up code reviews #369
-
Reviewing code takes time ⏱️ and sometimes we don't have this time to do it because we are involved in several other projects. Therefore, a pull request can stay in review for a long time because it requires specific code-owners to validate it. So what about creating groups of code owners? This will allow us to have more people who have the ability to validate PRs and therefore to merge them quickly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Good point! and I forgot to move studio team from fusionfabric organization to finastra. |
Beta Was this translation helpful? Give feedback.
-
Not sure teams will solve the problem. Teams is just a nice way to add multiple owners under a name. # These owners will be the default owners for everything in# the repo. Unless a later match takes precedence.
* @rbordeanu @bcldvd @ttalbot
# Repository management
/scripts/ @adrian-apetrei @rbordeanu
/tools/ @adrian-apetrei @rbordeanu
# Themes and style files
/themes/ @dorsaffrigui @ttalbot
*.scss @dorsaffrigui @ttalbot
*.css @dorsaffrigui @ttalbot
*.png @dorsaffrigui @ttalbot
*.jpeg @dorsaffrigui @ttalbot
*.jpg @dorsaffrigui @ttalbot
*.svg @dorsaffrigui @ttalbot
[...] |
Beta Was this translation helpful? Give feedback.
Not sure teams will solve the problem. Teams is just a nice way to add multiple owners under a name.
Having more than one owner on folders could already help streamline the PR process.
Suggestion: