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.
- 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.mdfile. - Follow this format when adding a new prompt:
## Prompt Title catergory badge here > provide the prompt here
- Enhance prompt clarity, structure, or effectiveness.
- Improve formatting or add additional examples.
- Ensure the prompt adheres to best practices for engaging LLM responses.
- Fork this repository.
- Create a new branch:
git checkout -b feature-new-prompt. - Add your changes to
prompts.mdand 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.
By contributing, you agree to follow our Code of Conduct. We value respectful discussions and a welcoming community.
If you have any questions or need guidance, feel free to open an Issue or reach out via Discussions.
Happy prompting! 🚀