Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.25 KB

contributing.md

File metadata and controls

39 lines (24 loc) · 1.25 KB

Contributing to this project

Thank you for considering contributing to autonomous-videocreator-lumaai! We welcome contributions from everyone.

How to Contribute

  1. 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.

  2. Clone your fork: Use git clone to clone your fork to your local machine.

    git clone https://github.com/aboutphilippe/autonomous-videocreator-lumaai.git
  3. Create a branch: Create a new branch for your feature or bug fix.

    git checkout -b my-feature-branch
  4. Make your changes: Make the necessary changes to the codebase.

  5. Commit your changes: Commit your changes with a descriptive commit message.

    git commit -m "Description of changes"
  6. Push to your fork: Push your changes to your fork on GitHub.

    git push origin my-feature-branch
  7. Submit a pull request: Go to the original repository and click "New Pull Request" to submit your changes for review.

Code of Conduct

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.