Update CONTRIBUTING.md

This commit is contained in:
Fatih Kadir Akın 2023-02-15 13:25:34 +03:00 committed by GitHub
parent 42a0b1ffa6
commit eb83230cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +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"`
- [ ] Removed "Act as" from the title on CSV
Please ensure these requirements are met before submitting a pull request.