Thank you for your interest in contributing to our project! We appreciate your help in making it better. Please follow the guidelines below to get started.
- Navigate to the project's repository on GitHub.
- Click on the "Fork" button in the top-right corner of the page.
- This will create a copy of the repository under your GitHub account.
- On your local machine, open a terminal.
- Use the
git clone
command followed by the URL of your forked repository.git clone https://github.com/your-username/text-to-doodle.git
- This will create a local copy of the repository on your machine.
- Navigate to the project's directory on your local machine.
- Create a new branch to work on your changes.
git checkout -b my-branch
- Make the necessary changes to the project files.
- Commit your changes with a descriptive message.
git commit -m "Add new feature"
- Push your changes to your forked repository.
git push origin my-branch
- Visit the original repository on GitHub.
- Click on the "New Pull Request" button.
- Select your branch from the dropdown menu.
- Provide a descriptive title and description for your pull request.
- Click on the "Create Pull Request" button to submit your changes.
Once your pull request is submitted, our team will review your changes. We may provide feedback or request additional changes. Once the changes are approved, they will be merged into the main repository.
Thank you for your contribution!