Contributing
If you'd like to contribute to Kanao, we welcome your contributions! Follow these steps to contribute:
Fork the repository on GitHub.
Clone your forked repository:
`bash git clone https://github.com/anupammaurya6767/GPT4.git `
Create a new branch:
`bash git checkout -b feature-or-fix-name `
Make your changes and commit them:
`bash git commit -m "Your commit message" `
Push your changes to your forked repository:
`bash git push origin feature-or-fix-name `
Create a pull request on GitHub.
Please follow our [contributing guidelines](CONTRIBUTING.md) for more details.