mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2024-12-18 04:04:33 -05:00
Create pull_request_template.md
This commit is contained in:
parent
b9b751d222
commit
a47ff7f7c7
16
.github/pull_request_template.md
vendored
Normal file
16
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
- [ ] Removed "Act as" from the title
|
||||
|
||||
Please make sure you've completed all the checklist.
|
Loading…
Reference in New Issue
Block a user