From 0383a449b4fd39e5d264f5e7510f7eae4ee94e50 Mon Sep 17 00:00:00 2001
From: Jake Richard <64998241+jaARke@users.noreply.github.com>
Date: Thu, 9 Feb 2023 16:47:03 -0500
Subject: [PATCH] Fixed CONTRIBUTING.md spacing
---
CONTRIBUTING.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c2be782..9901edf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.
-
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`
- Note: If your prompt was generated by ChatGPT, append `Generated by ChatGPT` to the "Contributed by" line.
-
3. Add the prompt to `prompts.csv`.
- Put the prompt title in the `act` column, and the prompt itself in the `prompt` column.
-
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.