how to add prompts and be a contributor? #7
Replies: 1 comment
-
How to upload your new prompts in your database First, add the title in dist/data.json with the following format: "html-programming-expert": {
"n": "html-programming-expert",
"p": "html-programming-expert",
"d": "html-programming, smart generation of HTML code, helps you with web development"
},
"midjourney-expert": {
"n": "midjourney-expert",
"p": "midjourney-expert",
"d": "midjourney-expert, generate a mid-journey prompt for GPT"
} Then, create an MD file with the same name in /command, maintaining a consistent format as follows: html-programming-expert # Title
=== #destinguish with title
# Leave a line
html expert to help you write html stuff # Description
# Leave a line
## Prompt: # Content
(Write the prompt within the code block``` prompt```; the prompt can be copied directly)
(Remember to delete all the #comments) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
as the title question
Beta Was this translation helpful? Give feedback.
All reactions