mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-04-23 01:01:22 +00:00
Update CONTRIBUTING.md
Added the section "Add New Prompt".
This commit is contained in:
parent
059982399c
commit
c5ca13f101
@ -1,3 +1,5 @@
|
||||
# General Guidelines
|
||||
|
||||
1. Contributions to this GitHub repository should be made through pull requests.
|
||||
2. When making a pull request, make sure to provide a description of the changes made.
|
||||
3. Before submitting a pull request, make sure to test the changes and ensure they do not conflict with existing code.
|
||||
@ -8,3 +10,23 @@
|
||||
8. All pull requests should include descriptive commit messages.
|
||||
9. When submitting a pull request for a bug fix or feature, please provide a link to the issue being addressed.
|
||||
10. All pull requests should be made against the default branch of the repository.
|
||||
|
||||
# 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.
|
||||
|
||||
If the prompt is generated by ChatGPT, please add `<mark>Generated by ChatGPT</mark>` to the end of the contribution line.
|
||||
|
||||
e.g.
|
||||
```csv
|
||||
"Hello","Say ""Hi"""
|
||||
```
|
||||
|
||||
- [ ] 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 make sure you've completed all the checklist.
|
||||
|
Loading…
x
Reference in New Issue
Block a user