mirror of
https://github.com/asgeirtj/system_prompts_leaks.git
synced 2026-07-25 22:40:51 +02:00
28 lines
863 B
Markdown
28 lines
863 B
Markdown
# Contributing
|
|
|
|
Thanks for helping grow this collection! Here's how to contribute.
|
|
|
|
## Adding a system prompt
|
|
|
|
1. Fork this repo on GitHub.
|
|
|
|
2. Clone your fork locally.
|
|
|
|
3. Pick the right folder:
|
|
- `Anthropic/` — Claude models
|
|
- `OpenAI/` — ChatGPT, GPT, o-series, Codex
|
|
- `Google/` — Gemini models
|
|
- `xAI/` — Grok models
|
|
- `Perplexity/` — Perplexity models
|
|
- `Misc/` — everything else
|
|
|
|
4. Create a `.md` file with a descriptive name matching the model or product.
|
|
|
|
5. Paste the raw system prompt as-is. Don't summarize or paraphrase — the full, unedited text is the point.
|
|
|
|
6. Commit, push to your fork, and open a PR back to this repo.
|
|
|
|
## Requesting a prompt
|
|
|
|
Don't have the prompt yourself? [Open an issue](https://github.com/asgeirtj/system_prompts_leaks/issues) with the model or product name and we'll try to track it down.
|