awesome-chatgpt-prompts/.github/pull_request_template.md
Beksultan 1b163120b9
Fixed checklist item
It should be `Contributed by: [@yourusername](https://github.com/yourusername)`: Contributed by: [@yourusername](https://github.com/yourusername)
Not `Contributed by: [https://github.com/yourusername](@yourusername)` Contributed by: [https://github.com/yourusername](@yourusername)
2022-12-15 07:02:38 +06:00

20 lines
695 B
Markdown

# 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.
If the prompt is generated by ChatGPT, please add `<mark>Generated by ChatGPT</mark>` to the end of the contribution line.
e.g.
```csv
"Hello","Say ""Hi"""
```
- [ ] I've confirmed the prompt works well
- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)`
- [ ] 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 on CSV
Please make sure you've completed all the checklist.