docs: Add comprehensive package contribution guide and validation tooling

- Add bilingual README with English/Turkish language switcher
- Create detailed package contribution guidelines with platform-specific naming conventions
- Add validation script for verifying package presets against database
- Include best practices and example PR format for contributors
- Add tsx dependency for running TypeScript validation scripts
- Document validation workflow with manual and automated verification options
This commit is contained in:
Yusuf İpek
2025-11-23 14:26:07 +03:00
parent 24c80559c8
commit 9266de1f3e
14 changed files with 1594 additions and 197 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export function RecommendationsSection({
platform_id: getEffectiveOS(),
categories: effectiveProfile.categories,
experienceLevel: effectiveProfile.experienceLevel,
limit: 12
limit: 1000
})
})