awesome-chatgpt-prompts
awesome-chatgpt-prompts copied to clipboard
Add checkout links
Add New Prompt
Background for the PR: we've just created a tool to make reusable prompts and we really loved your repo, so we've decided to add free checkout links for the prompts that anyone can tests them straight away. We would like to hear your feedback on that guys, if you think this is valuable - please feel free to merge PR or give me any comments how I can improve the PR
⚠️ 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 5f6220c
Added a link to Deploy Prompt
in README.md
to enable online testing of the Linux Terminal chatgpt prompt. This change makes it easier for users to experiment with the prompt without installing anything.
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.