Skip to content

Commit

Permalink
add a warning to making a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
scrivoy committed Oct 16, 2024
1 parent e744fbe commit 3566e50
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Your pull request will be made directly in the official repository and will be visible to others. Ensure that your changes are thoroughly reviewed and ready for official evaluation. If you only want to test, create the PR in your own fork to avoid making it publicly visible.
```

## 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.
Expand Down

0 comments on commit 3566e50

Please sign in to comment.