From cd98896271efac9358212039038ce993023475f9 Mon Sep 17 00:00:00 2001 From: khuyentran1401 Date: Fri, 30 May 2025 18:23:07 -0500 Subject: [PATCH] update contribution --- contribution.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contribution.md b/contribution.md index 828a0fc..16cab2f 100644 --- a/contribution.md +++ b/contribution.md @@ -155,7 +155,13 @@ The exported HTML files will be automatically deployed to GitHub Pages through t git commit -m "Description of your changes" ``` -4. Submit a pull request +4. Pull the latest changes + ```bash + # Pull the latest changes + git pull origin main + ``` + +5. Submit a pull request ```bash # Push your changes to your fork git push origin feature/your-feature-name