-
-
Notifications
You must be signed in to change notification settings - Fork 16.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
3,016 additions
and
1,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# 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. | ||
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. | ||
|
||
If the prompt is generated by AI, please add `<mark>Generated by AI</mark>` to the end of the contribution line. | ||
If the prompt is generated by AI, please add `<mark>Generated by AI</mark>` to | ||
the end of the contribution line. | ||
|
||
- [ ] I've confirmed the prompt works well | ||
- [ ] I've added `Contributed by: [@yourusername](https://github.com/yourusername)` | ||
- [ ] I've added | ||
`Contributed by: [@yourusername](https://github.com/yourusername)` | ||
- [ ] 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"` | ||
- [ ] 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.