Final Steps
Views
Actions
Namespaces
Variants
Tools
Step 1 - Save and test all your work:
Make sure all your work is saved and works, this means testing all the facets of your mission and making sure that it works. This includes things like objectives working, sides being in the safe place etc.
Step 2 - Publish Branch:
Next, make sure that it is up-to-date with the release branch but doing the following. Go to your branch and click on the Repository button (top right, near file), click open in command prompt and type:
git pull origin release
This will update your branch to the most up-to-date version of the CRF.
Click the Publish branch button at the top and let it publish, make sure it is named correctly and that all your additions/changes are included.
Step 3 - Create the Pull Request:
Next, push the origin and click the create pull request button, double check the changes one last time before clicking the create pull request button. This will take you to a web browser page that has the pull request ready with the template, make sure you fill out the template to the best of your ability. After you have posted, go back through and do all of the tick boxes, then someone will get around to QA-ing and, after feedback, will merge your mission into the CRF.