2022-12-14 11:23:33 +00: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.
2025-01-05 23:23:47 +00:00
If the prompt is generated by AI, please add `<mark>Generated by AI</mark>` to the end of the contribution line.
2022-12-14 11:23:33 +00:00
- [ ] I've confirmed the prompt works well
2022-12-15 01:02:38 +00:00
- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)`
2022-12-14 11:23:33 +00:00
- [ ] I've added to the README.md
- [ ] I've added to the `prompts.csv`
- [ ] Escaped quotes by double-quoting them
2023-02-15 10:28:02 +00:00
- [ ] No spaces after commas after double quotes. e.g. `"Hello","hi"` , not `"Hello", "hi"`
2022-12-14 14:46:22 +00:00
- [ ] Removed "Act as" from the title on CSV
2022-12-14 11:23:33 +00:00
Please make sure you've completed all the checklist.