From a47ff7f7c7785b8c1ad3238e123900d37a3de787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 14 Dec 2022 14:23:33 +0300 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3469b47 --- /dev/null +++ b/.github/pull_request_template.md @@ -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.