🩹 fix: contriubuting-correct-instruction

This commit is contained in:
jromano743 2024-10-08 22:38:40 -03:00
parent c311dffaff
commit 8777b4a9ec

View file

@ -28,7 +28,7 @@ You can now start working locally on the project. When you decide you are ready
```bash ```bash
git add . git add .
git checkout -m "✨ feat: [commit message here]" git commit -m "✨ feat: [commit message here]"
git push git push
``` ```