Fixed CONTRIBUTING.md spacing

pull/364/head
Jake Richard 2023-02-09 16:47:03 -05:00 committed by GitHub
parent 8ed572bdad
commit 0383a449b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ To add a new prompt to this repository, a contributor should take the following
1. Create and test the new prompt.
- See the README for guidance on how to write effective prompts.
- Ensure prompts generate intended results and can be used by other users to replicate those results.
<br><br>
2. Add the prompt to `README.md` using the following markdown template:
`## Prompt Title`
@ -25,10 +24,8 @@ To add a new prompt to this repository, a contributor should take the following
`> prompt content`
- <b>Note:</b> If your prompt was generated by ChatGPT, append `<mark>Generated by ChatGPT</mark>` to the "Contributed by" line.
<br><br>
3. Add the prompt to `prompts.csv`.
- Put the prompt title in the `act` column, and the prompt itself in the `prompt` column.
<br><br>
4. Submit a pull request on the repository's main branch.
- If possible, provide some documentation of how you tested your prompt and the kinds of results you received.
- Be sure to include a detailed title and description.