Contributing to WhatsApp Bot with Chatbot, DALLE-2, Meme Generation, and Image-to-Sticker Conversion
Thank you for your interest in contributing to this project! As an open-source project, we welcome contributions from anyone. By contributing to this project, you are agreeing to abide by the Code of Conduct.
- Fork the repository
- Clone the repository to your local machine
- Install the necessary dependencies by running
npm install
- Create a new branch for your changes using
git checkout -b feature/your-feature-name
- Make your changes and commit them with a descriptive commit message
- Push your changes to your forked repository
- Create a pull request to the main repository's develop branch
If you notice a bug or want to request a new feature, please create an issue on the GitHub repository. Please include as much detail as possible, including how to reproduce the issue and any error messages that you encounter.
When submitting a pull request, please ensure that your changes:
- Follow the existing coding style
- Include tests for any new functionality
- Include documentation updates as necessary
Please also make sure that your code builds and passes the existing tests.
Please review our Code of Conduct before contributing to this project.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.