First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to LanguageAI.
If you find a bug, please open an issue here and provide as much detail as possible.
We’re always open to new ideas! If you have a suggestion, please create a new issue with the label "enhancement".
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Make your changes and commit them:
git commit -m 'Feat: Added some feature' - Push to the branch:
git push origin feature/YourFeature
- Open a pull request and describe your changes.
- Follow the existing code style.
- Write clear, concise commit messages.
- Ensure that your code is well-documented.
Make sure you test and confirm that everything is working fine before submitting your pull request.
Please adhere to our Code of Conduct.
By contributing, you agree that your contributions will be licensed under the MIT License.