Thank you for your interest in contributing to the LangTrace project! We welcome contributions from the community to help improve and expand this tool.
- Getting Started
- Development Setup
- Reporting Issues 🐛
- Submitting Changes 📝
- Coding Standards 🤖
- Documentation 📚
- Community 👥
Before contributing, please take a moment to review this contributing guide and the project's README to understand the goals, architecture, and current state of the LangTrace project.
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Ensure you have the required dependencies installed, as outlined in the project README.
- Create a new branch for your changes, using a descriptive name (e.g.,
feature/add-new-metric
orfix/handle-edge-case
). - Make your changes, ensuring they align with the project's coding standards and architecture.
- Test your changes thoroughly, both locally and in the context of the full project.
- Update the relevant documentation, including the README, if necessary.
If you encounter any bugs, issues, or have feature requests, please open a new issue on the GitHub repository. When reporting an issue, please provide the following information:
- A clear and descriptive title
- A detailed description of the problem, including any error messages or unexpected behavior
- Steps to reproduce the issue
- Your system information (operating system, Python version, etc.)
- Commit your changes to your feature branch, using clear and descriptive commit messages.
- Push your branch to your forked repository.
- Create a new pull request (PR) on the original LangTrace repository, targeting the
main
branch. - In the PR description, provide a summary of the changes and any relevant information.
- Address any feedback or requested changes from the project maintainers.
Please ensure your code adheres to the following coding standards:
- Follow the PEP 8 style guide for Python code.
- Use type hints and docstrings to document your code.
- Write clear, concise, and informative commit messages.
- Ensure your code is well-tested and maintains or improves the project's overall test coverage.
Good documentation is essential for the success of the LangTrace project. If your contribution involves changes to the project's functionality, please update the relevant sections of the README file or any other documentation as needed.
We encourage you to join the LangTrace community and participate in discussions, ask questions, and share your ideas. You can connect with us through the following channels:
Thank you for your interest in contributing to LangTrace! We look forward to collaborating with you.