Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 543 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 543 Bytes

🫱🏼‍🫲🏻 Contributing

We welcome contributions to enhance the AI Customer Support system! To contribute:

  1. Fork the Repository.

  2. Create a New Branch:

    git checkout -b feature-your_username
    
  3. Make Your Changes and Commit Them

    git commit -m "Add new feature"
    
  4. Push to the Branch

    git push origin feature-your_username
    
  5. Open a Pull Request