You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add git synchronization scripts and update contributing documentation
- Introduced new scripts for managing git synchronization: `git-check-sync.sh`, `git-force-sync-backup.sh`, `git-push-all.sh`, and `git-sync-from-origin.sh` to streamline backup and origin synchronization processes.
- Updated `.gitconfig-aliases` with new git aliases for pushing and syncing branches.
- Revised `CONTRIBUTING.md` to reflect updated links and improve clarity on contribution processes.
- Removed obsolete files: `OPENSOURCE-CHECKLIST.md`, `RELEASE-AUTOMATION-SUMMARY.md`, `STASH-SYSTEM.md`, and `TESTING.md` to declutter the repository.
- Enhanced documentation for better guidance on using the new features.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,11 @@ Existem várias formas de contribuir:
36
36
37
37
### 1. Reportar Bugs 🐛
38
38
39
-
Encontrou um bug? [Abra um issue](https://github.com/onosendae/vibe-devtools/issues/new?template=bug_report.md).
39
+
Encontrou um bug? [Abra um issue](https://github.com/OnoSendae/vibe-devtools/issues/new?template=bug_report.md).
40
40
41
41
### 2. Sugerir Features ✨
42
42
43
-
Tem uma ideia? [Abra uma discussion](https://github.com/onosendae/vibe-devtools/discussions) ou [crie um feature request](https://github.com/onosendae/vibe-devtools/issues/new?template=feature_request.md).
43
+
Tem uma ideia? [Abra uma discussion](https://github.com/OnoSendae/vibe-devtools/discussions) ou [crie um feature request](https://github.com/OnoSendae/vibe-devtools/issues/new?template=feature_request.md).
44
44
45
45
### 3. Melhorar Documentação 📚
46
46
@@ -60,13 +60,13 @@ A maior contribuição: **crie e compartilhe vibes customizados**!
60
60
61
61
### Antes de Reportar
62
62
63
-
- Verifique a [lista de issues](https://github.com/onosendae/vibe-devtools/issues) para ver se já foi reportado
63
+
- Verifique a [lista de issues](https://github.com/OnoSendae/vibe-devtools/issues) para ver se já foi reportado
64
64
- Tente reproduzir com a versão mais recente
65
65
- Colete informações de debug (versões, logs, screenshots)
66
66
67
67
### Como Reportar
68
68
69
-
Use o [template de bug report](https://github.com/onosendae/vibe-devtools/issues/new?template=bug_report.md).
69
+
Use o [template de bug report](https://github.com/OnoSendae/vibe-devtools/issues/new?template=bug_report.md).
0 commit comments