Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 632 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (18 loc) · 632 Bytes

Contributing to ScriptFactory

We welcome contributions to ScriptFactory! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-name
  3. Make your changes and test thoroughly.
  4. Commit your changes with clear and concise messages:
    git commit -m "Add feature-name: description of changes"
  5. Push your branch:
    git push origin feature-name
  6. Open a pull request and provide details about your changes.