-
Thank you for considering contributing to this Speech Recognition Alexa project. By contributing, you help make this project better and more useful for others. We appreciate your time and effort in contributing to this open-source project.
-
How to Contribute
- Fork the Repository Fork the repository to your own GitHub account. This creates a copy of the project under your account, which you can freely experiment with.
-
Clone the Repository Clone the repository to your local machine using the following command:
git clone https://github.com/SUBHADIPMAITI-DEV/Speech-Recognition-Alexa.git
-
Create a Branch Create a new branch for the feature or bug fix you are working on. Use a descriptive branch name that reflects the nature of your work.
git checkout -b feature/new-feature
or
git checkout -b bug/fix-bug
-
Make Changes Make your changes to the code, documentation, or any other project-related files.
-
Commit Changes Commit your changes with a clear and concise commit message. Ensure your commits follow the Conventional Commits format.
git commit -m "feat: add new feature"
-
Push Changes Push your changes to your forked repository:
git push origin feature/new-feature
-
Create a Pull Request Open a pull request on the official repository. Provide a detailed description of your changes and reference any relevant issues.
-
Review and Discuss Participate in the discussion on your pull request. Be responsive to any feedback or comments. Make additional changes if necessary.
-
Merge Once your changes have been reviewed and approved, they will be merged into the main branch.
- Please review and adhere to our Code of Conduct throughout your contribution process.
- If you encounter any issues or have suggestions for improvement, please create an issue. Provide as much detail as possible to help us understand and address the problem.
- Your contributions make a significant impact, and we appreciate your efforts to improve Speech Recognition Alexa. Thank you for your dedication to the project!