From 5133e0e7d8f3987c6e508c500ce6a3450dae6cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Wed, 15 Feb 2023 13:27:15 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d312e2a..157836e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ To add a new prompt to this repository, a contributor should take the following - [ ] I've added to the README.md - [ ] I've added to the `prompts.csv` - [ ] Escaped quotes by double-quoting them - - [ ] The commas after quotes must not be followed by a space. e.g. `"act","prompt"` not `"act", "prompt"` + - [ ] No spaces after commas after double quotes. e.g. `"act","prompt"` not `"act", "prompt"` - [ ] Removed "Act as" from the title on CSV Please ensure these requirements are met before submitting a pull request.