Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.46 KB

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.

Getting Started

  1. Fork the repository
  2. Clone the repository to your local machine
  3. Install the necessary dependencies by running npm install
  4. Create a new branch for your changes using git checkout -b feature/your-feature-name
  5. Make your changes and commit them with a descriptive commit message
  6. Push your changes to your forked repository
  7. Create a pull request to the main repository's develop branch

Issues

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.

Pull Requests

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.

Code of Conduct

Please review our Code of Conduct before contributing to this project.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.