We welcome contributions to ScriptFactory! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and test thoroughly.
- Commit your changes with clear and concise messages:
git commit -m "Add feature-name: description of changes"
- Push your branch:
git push origin feature-name
- Open a pull request and provide details about your changes.