diff --git a/src/en/general-development/setup/git-for-the-ss14-developer.md b/src/en/general-development/setup/git-for-the-ss14-developer.md index c50dc7c38..eba9089af 100644 --- a/src/en/general-development/setup/git-for-the-ss14-developer.md +++ b/src/en/general-development/setup/git-for-the-ss14-developer.md @@ -449,6 +449,10 @@ Now, the fun part. We'll go to GitHub now and make a pull request for our funny Add a description, a nice title, some screenshots, and hopefully it gets merged. +```admonish warning title="Don't do it now" +Any pull request made to the official repository will be publicly visible and open for review and comments by anyone. Ensure that your changes are thoroughly reviewed and ready for official evaluation. If you only want to test, consider creating the PR in your own fork. +``` + ## 6. Updating our repository Maybe it's been a while, a week or two, since your last pull request, and you'd like to make another. Before you do anything, you need to download (**pull**) the code changes from the main SS14 repository into your local repository. If you don't, you'll have out-of-date code and your local changes may not be accurate to how the game will actually run--you might even get **merge conflicts** when you try to PR.