Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDevMonster committed Feb 15, 2023
1 parent 3a4f130 commit c596551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c596551

Please sign in to comment.