Biçimlendiriciler ve Kod
Commit Mesajı Oluşturucu
Conventional commits, scoped and footer-aware.
feat: <subject>
Editörün notu
Understanding · The future-self bug-hunting memo, in 50 characters.
Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.
Sıkça sorulan sorular
Quick answers.
›What is the Conventional Commits specification?
It is a lightweight convention for commit messages that provides a set of rules for creating an explicit commit history. It follows the pattern `type(scope): description` to communicate intent.
›When should I use a breaking change footer?
Use a breaking change footer whenever the commit introduces a change that is not backwards compatible. This usually triggers a major version bump in semantic versioning.
›Are my commit messages stored on your server?
No. The generator runs entirely within your browser session. Your code snippets, scopes, and descriptions never leave your local device.
›What do the different commit types mean?
`feat` is for new features, `fix` for bug fixes, `docs` for documentation, and `refactor` for code changes that neither fix a bug nor add a feature.
İnsanlar ayrıca şunları arar
İlgili araçlar
More in this room.
- Git Diff GörüntüleyiciBirleşik diff'leri yan yana veya satır içi görünümle işleyin.
- API Talep OluşturucuHTTP istekleri oluşturun, gönderin ve inceleyin — Postman gibi, ama ücretsiz.
- Performans DenetimiHerhangi bir herkese açık URL için hızlı yükleme süresi ve ağırlık kontrolü.
- Erişilebilirlik DenetleyicisiYapıştırılan HTML'ye karşı odaklanmış bir WCAG kontrol seti çalıştırın.
- User Agent AyrıştırıcıHerhangi bir UA dizgisinden Tarayıcı, İşletim Sistemi, cihaz ve motor bilgisi.
- Algoritma GörselleştiricisiSıralama ve yol bulmayı görsel olarak adım adım inceleyin.