Thank you for considering contributing to ManasAI! We welcome contributions from everyone. By participating in this project, you agree to abide by the code of conduct.
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Test your changes thoroughly.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
Please review and adhere to our code of conduct to maintain a respectful and inclusive community.
If you find a bug, please open an issue on GitHub and include a detailed description of the problem, steps to reproduce it, and any relevant screenshots or error messages.
We welcome feature requests! Please open an issue on GitHub and provide a clear description of the feature you'd like to see added, along with any use cases or examples that demonstrate its importance.
Please follow the existing code style and conventions used in the project. We recommend using tools like ESLint or Prettier to ensure consistent code formatting.
Ensure that your changes are thoroughly tested before submitting a pull request. Include unit tests and, if applicable, integration or end-to-end tests to validate your changes.
By contributing to this project, you agree that your contributions will be licensed under the MIT License.