Updated CONTRIBUTING.md

pull/364/head
Jake Richard 2023-02-09 16:52:45 -05:00 committed by GitHub
parent 9db554d285
commit 2039583c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -29,3 +29,13 @@ To add a new prompt to this repository, a contributor should take the following
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.
### New Prompt Checklist:
- [ ] I've confirmed the prompt works well
- [ ] 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
- [ ] Removed "Act as" from the title on CSV
Please ensure these requirements are met before submitting a pull request.