Files
chatgpt-web/.github/pull_request_template.md
Niek van der Maas 7ad2025673 Squashed 'src/awesome-chatgpt-prompts/' changes from 6905306..a0f5ffd
a0f5ffd Merge pull request #581 from denizyoldas/main
ad3d688 prompts.csv lint fix
6f27e3c Merge pull request #570 from TheLime1/new
eb9a2f2 Merge branch 'main' into new
0536632 Merge pull request #573 from lemorage/literary-critic
211a084 Added literary critic
4fa40ad adding : note-taking assistant
93548a4 Update pull_request_template.md
2156d14 Merge pull request #466 from aburakayaz/main
d70b083 Merge pull request #522 from Bowrax/main
cc28170 Merge branch 'main' into main
b0b4428 Merge branch 'main' into main
479887f Added "Python Interpreter"
c26d900 Added "Act As Python Interpreter"
3fdb2ec Merge branch 'main' into main
1ef97b5 Update prompts.csv
e121255 Update README.md

git-subtree-dir: src/awesome-chatgpt-prompts
git-subtree-split: a0f5ffdb89d56b707964813510e568c2dd4018c1
2023-04-11 21:09:24 +02:00

947 B

Add New Prompt

⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE README.md and prompts.csv FILES FOLLOWING THE GUIDELINES PROVIDED BELOW.

You'll need to add your prompt into README.md, and to the prompts.csv file. If your prompt includes quotes, you will need to double-quote them to escape in CSV file.

If the prompt is generated by ChatGPT, please add <mark>Generated by ChatGPT</mark> to the end of the contribution line.

Description

copilot:summary

e.g.

"Hello","Say ""Hi"""
  • I've confirmed the prompt works well
  • I've added Contributed by: [@yourusername](https://github.com/yourusername)
  • I've added to the README.md
  • I've added to the prompts.csv
    • Escaped quotes by double-quoting them
    • No spaces after commas after double quotes. e.g. "Hello","hi", not "Hello", "hi"
    • Removed "Act as" from the title on CSV

Please make sure you've completed all the checklist.