Contribution Guidelines
March 29, 2024 ยท View on GitHub
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.
How to Contribute
- 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.
Code of Conduct
Please review and adhere to our code of conduct to maintain a respectful and inclusive community.
Reporting Bugs
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.
Feature Requests
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.
Code Style
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.
Testing
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.
License
By contributing to this project, you agree that your contributions will be licensed under the MIT License.