Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

37 lines (22 loc) · 1.55 KB

Contribution Guidelines

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

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Commit your changes (git commit -am 'Add new feature').
  6. Push to the branch (git push origin feature/improvement).
  7. 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.