awesome-chatgpt-prompts/.github/pull_request_template.md

17 lines
487 B
Markdown
Raw Normal View History

2022-12-14 04:23:33 -07:00
# Add New Prompt
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.
e.g.
```csv
"Hello","Say ""Hi"""
```
- [ ] I've confirmed the prompt works well
- [ ] I've added to the README.md
- [ ] I've added to the `prompts.csv`
- [ ] Escaped quotes by double-quoting them
2022-12-14 07:46:22 -07:00
- [ ] Removed "Act as" from the title on CSV
2022-12-14 04:23:33 -07:00
Please make sure you've completed all the checklist.