-
Notifications
You must be signed in to change notification settings - Fork 4
Studio Merge Checklist
Jonoym edited this page Aug 13, 2023
·
2 revisions
This is a general guide that I hope everyone in the studio follows to ensure that main (and the features you've been working on) doesn't break.
- (Expected) Run the build command and test that the game is working
- Merge the Main branch into your current branch
- Fix all Merge Conflicts
- Run the build command again
- Look through the feature list (below) and make sure that each feature is still working after the merge
- Create a Pull Request and provide a brief description of your additions and what features should be seen in game
- Ask members in other teams to approve your Pull Request (you'll need at least 1 approval)
Once you're done, add the features that cannot be tested automatically and that you want other teams looking out for.
- (Example) Added a sprint movement to the player when using the SHIFT key (link your discord tag @Jono)