Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

47 lines (33 loc) · 1.39 KB

Contributing to Diwali-Voice-AI

First off, thank you for considering contributing to Diwali-Voice-AI! Here are some guidelines to help you get started.

Getting Started

  1. Fork the repository to your own GitHub account.
  2. Clone the repository to your local machine.
  3. Create a new branch for your changes:
    git checkout -b feature-branch

Making Changes

  • Please ensure your code follows the existing style and conventions of the project.
  • Write clear, concise commit messages.
  • Test your changes thoroughly before submitting.

Pull Requests

  1. 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
  2. Push your branch to GitHub:

    git push origin feature-branch
  3. Create a pull request from your feature branch to the main branch.

  4. Provide a clear description of your changes in the pull request.

  5. Address any review comments and make necessary updates.

Reporting Bugs

  • If you find a bug, please open an issue and include details such as steps to reproduce, expected behavior, and screenshots if applicable.

Code of Conduct

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