Thank you for considering contributing to autonomous-videocreator-lumaai! We welcome contributions from everyone.
-
Fork the repository: Click the "Fork" button at the top right of this page to create a copy of the repository on your GitHub account.
-
Clone your fork: Use
git clone
to clone your fork to your local machine.git clone https://github.com/aboutphilippe/autonomous-videocreator-lumaai.git
-
Create a branch: Create a new branch for your feature or bug fix.
git checkout -b my-feature-branch
-
Make your changes: Make the necessary changes to the codebase.
-
Commit your changes: Commit your changes with a descriptive commit message.
git commit -m "Description of changes"
-
Push to your fork: Push your changes to your fork on GitHub.
git push origin my-feature-branch
-
Submit a pull request: Go to the original repository and click "New Pull Request" to submit your changes for review.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.