From 0fcfc8470cbcd7b3bf47dfb7b3020a2856c4fdf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 15 Feb 2023 13:28:02 +0300 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dc70462..44dfcec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,6 +14,7 @@ e.g. - [ ] I've added to the README.md - [ ] I've added to the `prompts.csv` - [ ] Escaped quotes by double-quoting them + - [ ] No spaces after commas after double quotes. e.g. `"Hello","hi"`, not `"Hello", "hi"` - [ ] Removed "Act as" from the title on CSV Please make sure you've completed all the checklist.