From c239fef37e8fa529eccf16b6d62b89a0c11ecea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Thu, 22 Jan 2026 02:07:03 +0300 Subject: [PATCH] style(contributing): Update CONTRIBUTING.md with clearer guidelines --- CONTRIBUTING.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2167619..19109365 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,27 +30,10 @@ For bug fixes, documentation improvements, or other non-prompt contributions: 2. Create a branch for your changes 3. Submit a pull request with a descriptive title and explanation -## Prompt CSV Format - -If you're contributing directly to `prompts.csv`, follow this format: - -| Column | Description | -|--------|-------------| -| `act` | Prompt title (without "Act as" prefix) | -| `prompt` | The full prompt text | -| `for_devs` | `TRUE` or `FALSE` - is this for developers? | -| `type` | `TEXT` or `STRUCTURED` | -| `contributor` | Your GitHub username | - -**CSV Rules:** -- Escape quotes by double-quoting them (`""`) -- No spaces after commas inside quoted fields -- Use your GitHub username exactly as it appears - ## Questions & Issue Policy Open an issue if you have questions about contributing. **Important:** This repository is strictly for AI prompts. -- Do **not** post advertisements, third-party software support requests (e.g., Norton Antivirus, billing issues), or fake tech support phone numbers. +- Do **not** post advertisements. - Any off-topic issues will be closed immediately, and the posting user will be reported to GitHub for spam and malicious activity. \ No newline at end of file