Contributing to LLM Prompt Collection
Thank you for considering contributing to the LLM Prompt Collection! We welcome contributions from everyone, whether youโre submitting new prompts or improving existing ones.
๐ Guidelines for Contribution
1. Submitting a New Prompt
- Ensure your prompt is clear, concise, and effective for LLMs.
- Structure your prompt in a way that allows for reproducible and high-quality responses.
- Add a brief explanation of the promptโs intended use case.
- Place your prompt inside the
prompts.md
file.
- Follow this format when adding a new prompt:
## Prompt Title
catergory badge here
> provide the prompt here
2. Improving Existing Prompts
- Enhance prompt clarity, structure, or effectiveness.
- Improve formatting or add additional examples.
- Ensure the prompt adheres to best practices for engaging LLM responses.
๐ How to Submit a Contribution
- Fork this repository.
- Create a new branch:
git checkout -b feature-new-prompt
.
- Add your changes to
prompts.md
and commit: git commit -m "Added new prompt"
.
- Push to your fork:
git push origin feature-new-prompt
.
- Open a Pull Request with a brief description of your changes.
โ
Code of Conduct
By contributing, you agree to follow our Code of Conduct. We value respectful discussions and a welcoming community.
๐ก Need Help?
If you have any questions or need guidance, feel free to open an Issue or reach out via Discussions.
Happy prompting! ๐