From cd364b9cfed383be60184dd4e78d5193b3d4d079 Mon Sep 17 00:00:00 2001 From: MathDev Date: Tue, 15 Apr 2025 10:34:31 -0500 Subject: [PATCH] Update 'Contributing to Project: Serenity' --- Contributing-to-Project%3A-Serenity.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Contributing-to-Project%3A-Serenity.md b/Contributing-to-Project%3A-Serenity.md index b2270c3..6c51b1d 100644 --- a/Contributing-to-Project%3A-Serenity.md +++ b/Contributing-to-Project%3A-Serenity.md @@ -15,6 +15,8 @@ Contributing to Project: Serenity is pretty straightforward. In this guide, ther `git pull origin main` +*A reminder: After pulling the latest version, you must open ProjectSerenity.sln and rebuild using **Build** -> **Build Solution** (or Ctrl+Shift+B).* + ### 2. Create a New Branch Always create a new branch for your task or feature. **Never commit directly to main.** @@ -83,6 +85,9 @@ We review all changes before they're merged into the main branch. This is to ens 2. Select the **main** branch 3. Click **Pull** + +*A reminder: After pulling the latest version, you must open ProjectSerenity.sln and rebuild using **Build** -> **Build Solution** (or Ctrl+Shift+B).* + ### 2. Create a New Branch 1. Click **Branch**