Hello Charlie,
> I'm going to make my first commit for the GSoC. Great! > It's a minor change - CMakeLists.txt for ftinspect. I've pushed the > commit to my forked repo on the GitLab. However, where should I > create MR to? Should I create a MR from my master branch to the > master branch of freetype/freetype-demos repo, or to a seperate > branch in the official repo (as I noticed there're branches for > other GSoC students in the official repo)? I've just added you as a developer to the FreeType repositories. If you want to submit general changes to FreeType please submit MRs. However, for your ftinspect GSoC stuff you should push to a personal branch (or even branches, if necessary) of the upstream repositories *without* MRs. In your personal branch(es) you can go wild – no need for forking :-) At the end of the GSoC period you should eventually consolidate your commits into logical chunks in a branch called something like 'GSoC-2022-charlie', which you can then reference in your final report. Werner