awesome-chatgpt-prompts
awesome-chatgpt-prompts copied to clipboard
Add content writer prompt
Add New Prompt
⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE
README.md
andprompts.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
🤖 Generated by Copilot at 929cfe1
This pull request adds a new prompt for the ChatGPT project that challenges the user to write an article about ChatGPT. The prompt is added to both the README.md
file and the prompts.csv
file.
e.g.
"Hello","Say ""Hi"""
- [x] I've confirmed the prompt works well
- [x] I've added
Contributed by: [@yourusername](https://github.com/yourusername)
- [x] I've added to the README.md
- [x] I've added to the
prompts.csv
- [x] Escaped quotes by double-quoting them
- [x] No spaces after commas after double quotes. e.g.
"Hello","hi"
, not"Hello", "hi"
- [x] Removed "Act as" from the title on CSV
Please make sure you've completed all the checklist.