Code owners update
All threads resolved!
All threads resolved!
Update CODEOWNERS file to reflect internal structure and reduce load on staff.
Edited by Otto Visser
Merge request reports
Activity
changed milestone to %Queue 1.0
- Resolved by Otto Visser
src/ seems like a good directory :D, there's a few more files we might want to consider?
build.gradle? (although I can imagine you wanting exclusive rights over dependencies?) Contributing.md and Readme.md. Perhaps a seperate docs directory if that makes more sense?
What did you need the second merge commit for??
Then just commit your changes on dev. Create a new branch from the previous commit:
git branch <branchname> HEAD~1 git checkout <branchname> git log development. grab the sha hash from the log git cherry-pick <sha>Tada no merge commit :D
New code owners look great!
Edited by Liam Clark- Resolved by Otto Visser
mentioned in commit 84f1850b
unassigned @LiamClark
Please register or sign in to reply
