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

26 lines
947 B
Markdown
Raw Normal View History

2022-12-14 04:23:33 -07:00
# Add New Prompt
2023-02-15 03:31:39 -07:00
> ⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE `README.md` and `prompts.csv` FILES FOLLOWING THE GUIDELINES PROVIDED BELOW.
2022-12-14 04:23:33 -07:00
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.
2022-12-14 07:54:46 -07:00
If the prompt is generated by ChatGPT, please add `<mark>Generated by ChatGPT</mark>` to the end of the contribution line.
2023-03-30 05:45:22 -06:00
## Description
copilot:summary
2022-12-14 04:23:33 -07:00
e.g.
```csv
"Hello","Say ""Hi"""
```
- [ ] I've confirmed the prompt works well
- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)`
2022-12-14 04:23:33 -07:00
- [ ] I've added to the README.md
- [ ] I've added to the `prompts.csv`
- [ ] Escaped quotes by double-quoting them
2023-02-15 03:28:02 -07:00
- [ ] No spaces after commas after double quotes. e.g. `"Hello","hi"`, not `"Hello", "hi"`
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.