From dbd231b8fe275fa4b004c6a020d36347df78533a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 17:54:46 +0300 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9b27df..0c6e18c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,12 +2,15 @@ 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 `Generated by ChatGPT` 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: [https://github.com/yourusername](@yourusername)` - [ ] I've added to the README.md - [ ] I've added to the `prompts.csv` - [ ] Escaped quotes by double-quoting them