| name | docs_readme |
| description | README best practices ve proje dokümantasyon şablonları. |
📄 Docs README
README ve proje dokümantasyonu best practices.
📋 README Template
# Project Name
> Tek cümleyle projenin ne yaptığını açıkla.
## Features
- ✅ Feature 1
- ✅ Feature 2
## Quick Start
### Prerequisites
- Node.js 20+
### Installation
npm install && npm run dev
## Documentation
- [API Reference](./docs/api.md)
- [Contributing](./CONTRIBUTING.md)
## License
MIT
📝 README Kuralları
| Kural | Açıklama |
|---|
| Başlık açık | Ne olduğu hemen anlaşılmalı |
| Quick start kısa | 5 dakikada çalıştırabilmeli |
| Copy-paste ready | Kod blokları doğrudan çalışmalı |
| Görsel kullan | Badge, screenshot, diagram |
📊 Badges


Docs README v1.1 - Enhanced
🔄 Workflow
Kaynak: Awesome README
Aşama 1: First Impression
Aşama 2: Content Structure
Aşama 3: Maintenance
Kontrol Noktaları
| Aşama | Doğrulama |
|---|
| 1 | Okuyucu projenin ne işe yaradığını 5 saniyede anlıyor mu? |
| 2 | Kurulum komutları "copy-paste" ile hatasız çalışıyor mu? |
| 3 | Görseller optimize edilmiş (hafif) ve yükleniyor mu? |