Skip to content

Commit cd98896

Browse files
update contribution
1 parent 9cf8376 commit cd98896

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

contribution.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,13 @@ The exported HTML files will be automatically deployed to GitHub Pages through t
155155
git commit -m "Description of your changes"
156156
```
157157

158-
4. Submit a pull request
158+
4. Pull the latest changes
159+
```bash
160+
# Pull the latest changes
161+
git pull origin main
162+
```
163+
164+
5. Submit a pull request
159165
```bash
160166
# Push your changes to your fork
161167
git push origin feature/your-feature-name

0 commit comments

Comments
 (0)