Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.25 KB

File metadata and controls

42 lines (32 loc) · 1.25 KB

Contributing to LanguageAI

First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to LanguageAI.

How Can I Contribute?

Reporting Bugs

If you find a bug, please open an issue here and provide as much detail as possible.

Suggesting Enhancements

We’re always open to new ideas! If you have a suggestion, please create a new issue with the label "enhancement".

Pull Requests

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/YourFeature
  3. Make your changes and commit them:
    git commit -m 'Feat: Added some feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request and describe your changes.

Coding Standards

  • Follow the existing code style.
  • Write clear, concise commit messages.
  • Ensure that your code is well-documented.

Testing

Make sure you test and confirm that everything is working fine before submitting your pull request.

Code of Conduct

Please adhere to our Code of Conduct.

License

By contributing, you agree that your contributions will be licensed under the MIT License.