Skip to content
Showcase/अपना डिज़ाइन सबमिट करें

अपना डिज़ाइन सबमिट करें

अपना एनोटेशन कॉन्फ़िगरेशन समुदाय के साथ साझा करें और दूसरों को तेज़ी से शुरू करने में मदद करें।

1अपनी फ़ाइलें तैयार करें

अपने डिज़ाइन फ़ाइलों के साथ एक फ़ोल्डर बनाएं। फ़ोल्डर का नाम URL स्लग बन जाएगा।

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.

3GitHub के माध्यम से सबमिट करें

Potato वेबसाइट रिपॉज़िटरी में पुल रिक्वेस्ट बनाकर अपना डिज़ाइन सबमिट करें।

  1. potato-website रिपॉज़िटरी को फ़ोर्क करें
  2. अपना डिज़ाइन फ़ोल्डर content/designs/ में जोड़ें
  3. एक वर्णनात्मक संदेश के साथ अपने परिवर्तन कमिट करें
  4. मुख्य शाखा में पुल रिक्वेस्ट बनाएं

सत्यापन चेकलिस्ट

सबमिट करने से पहले, सुनिश्चित करें कि आपका डिज़ाइन इन आवश्यकताओं को पूरा करता है:

  • index.mdx में सभी आवश्यक फ्रंटमैटर फ़ील्ड हैं
  • config.yaml वैध YAML सिंटैक्स है
  • एनोटेशन प्रकार वास्तविक Potato प्रकारों से मेल खाते हैं
  • विवरण स्पष्ट और सहायक है
  • नमूना फ़ाइलों में कोई संवेदनशील डेटा नहीं है
  • वर्तमान Potato संस्करण के साथ काम करता है

आवश्यक फ़ील्ड

titleDesign name
descriptionBrief summary
annotationTypesList of types used
domainApplication domains
useCaseSpecific use cases
complexityDifficulty level
authorNameYour name
configFileConfig filename
versionSemantic version
updatedAtISO date string

वैध एनोटेशन प्रकार

radiomultiselectlikertspantextnumbersliderpairwisemultirate

जटिलता स्तर

beginnerSimple, 1-2 annotation types
intermediateMultiple types, custom logic
advancedComplex workflows, AI features

सहायता चाहिए?

सबमिट करने के बारे में प्रश्न? हमसे संपर्क करें:

GitHub Discussions