Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 289 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 289 Bytes

Prompt-Ops Contribution Guide

How to Contribute

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/my-feature).
  3. Commit your changes (git commit -m "Add feature").
  4. Push to your branch (git push origin feature/my-feature).
  5. Open a pull request!