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