أرسل تصميمك
شارك إعداد التوسيم الخاص بك مع المجتمع وساعد الآخرين على البدء بشكل أسرع.
1جهّز ملفاتك
أنشئ مجلداً بملفات تصميمك. سيصبح اسم المجلد معرّف الرابط.
your-design-name/ ├── index.mdx # Required: Design description ├── config.yaml # Required: Potato configuration ├── sample-data.json # Optional: Example data └── preview.png # Optional: Screenshot
2اكتب الوصف (index.mdx)
أنشئ ملف index.mdx يحتوي على البيانات الوصفية ووصف التصميم.
--- title: Your Design Title description: A brief description of what this design does. annotationTypes: - radio - multiselect - text domain: - NLP - Social Media useCase: - classification - sentiment analysis complexity: beginner # beginner | intermediate | advanced featured: false authorName: Your Name authorAffiliation: Your Organization (optional) authorGithub: your-github-username (optional) configFile: config.yaml version: "1.0.0" updatedAt: "2024-01-15" tags: - sentiment - social media --- # Your Design Title Describe your design here. Explain: ## Use Case What problem does this solve? Who is it for? ## Key Features - Feature 1 - Feature 2 ## Data Format Show example data structure. ## Best Practices Tips for using this design effectively.
3أرسل عبر GitHub
أرسل تصميمك بإنشاء طلب سحب إلى مستودع موقع Potato.
- انسخ مستودع potato-website
- أضف مجلد تصميمك إلى content/designs/
- ارفع تغييراتك برسالة وصفية
- أنشئ طلب سحب إلى الفرع الرئيسي
قائمة التحقق
قبل الإرسال، تأكد من أن تصميمك يستوفي هذه المتطلبات:
- index.mdx يحتوي على جميع حقول البيانات الوصفية المطلوبة
- config.yaml بصيغة YAML صالحة
- أنواع التوسيم تتطابق مع أنواع Potato الفعلية
- الوصف واضح ومفيد
- لا توجد بيانات حساسة في الملفات النموذجية
- يعمل مع إصدار Potato الحالي
الحقول المطلوبة
titleDesign namedescriptionBrief summaryannotationTypesList of types useddomainApplication domainsuseCaseSpecific use casescomplexityDifficulty levelauthorNameYour nameconfigFileConfig filenameversionSemantic versionupdatedAtISO date stringأنواع التوسيم الصالحة
radiomultiselectlikertspantextnumbersliderpairwisemultirate
مستويات التعقيد
beginnerSimple, 1-2 annotation types
intermediateMultiple types, custom logic
advancedComplex workflows, AI features
تحتاج مساعدة؟
أسئلة حول الإرسال؟ تواصل معنا:
GitHub Discussions