Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.12 KB

Contributing to [Repository Name]

Thank you for considering a contribution to improve this repository! We aim to build a robust resource for prompt engineering and your input is valuable.

🚀 How to Contribute

Adding New Resources

  1. Fork the repository.
  2. Create a new branch: git checkout -b new-resource.
  3. Make your changes, following the format and guidelines in the README.
  4. Commit your changes: git commit -m 'Add new resource'.
  5. Push to your branch: git push origin new-resource.
  6. Submit a pull request for review.

Improving Existing Sections

  1. Review the existing content and identify improvements or corrections.
  2. Follow steps 1-6 as above, with a clear description of the enhancements made.

Submitting Feedback

  • If you have suggestions but aren’t ready to make changes yourself, open an issue to discuss the idea.
  • For minor edits (like correcting typos), feel free to submit a pull request directly.

📝 Code of Conduct

To create a welcoming environment, we expect all contributors to adhere to our Code of Conduct.

Thank you for helping us grow this resource!