Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.54 KB

File metadata and controls

40 lines (29 loc) · 1.54 KB

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

  1. Fork this repository.
  2. Create a new branch: git checkout -b feature-new-prompt.
  3. Add your changes to prompts.md and commit: git commit -m "Added new prompt".
  4. Push to your fork: git push origin feature-new-prompt.
  5. 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! 🚀