First off, thank you for considering contributing to Diwali-Voice-AI! Here are some guidelines to help you get started.
- Fork the repository to your own GitHub account.
- Clone the repository to your local machine.
- Create a new branch for your changes:
git checkout -b feature-branch
- Please ensure your code follows the existing style and conventions of the project.
- Write clear, concise commit messages.
- Test your changes thoroughly before submitting.
-
Ensure that your branch is up-to-date with the main branch:
git checkout main git pull origin main git checkout feature-branch git merge main
-
Push your branch to GitHub:
git push origin feature-branch
-
Create a pull request from your feature branch to the
main
branch. -
Provide a clear description of your changes in the pull request.
-
Address any review comments and make necessary updates.
- If you find a bug, please open an issue and include details such as steps to reproduce, expected behavior, and screenshots if applicable.
- Please adhere to the General rules in all your interactions with the project and respect other peoples as well.
Thank you for your contributions! Your efforts are greatly appreciated.