diff --git a/.github/contributing.md b/.github/contributing.md index ec344fc6..c1d8a153 100644 --- a/.github/contributing.md +++ b/.github/contributing.md @@ -90,6 +90,11 @@ rails s git checkout -b new_feature_name ``` +### 11. Keep your forked branch up to date with changes in main repo +``` +git pull upstream main +``` + ## Legal By submitting a Pull Request, you disavow any rights or claims to any changes