Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.25 KB

Contributing to Ollama Service

We appreciate your interest in contributing to this project! As a small team, we value every contribution but please note that review times may vary.

Before Contributing

  1. Check existing issues before creating a new one
  2. For new features or improvements, open an issue for discussion first

Pull Request Process

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes with clear commit messages
  4. Push to your branch
  5. Open a Pull Request

Important Notes

  • If there are multiple PRs addressing the same issue, we will merge the one that:

    • Best follows Python best practices and project conventions
    • Provides the most relevant and maintainable solution
    • Has clear documentation and tests
  • Ensure your code:

    • Passes all tests
    • Includes appropriate documentation
    • Follows the project's code style

Code Review

  • Reviews may take some time as we're a small team
  • We may request changes or improvements
  • Be responsive to feedback and questions

Questions?

If you have questions about contributing, feel free to:

  1. Open a discussion
  2. Ask in the relevant issue
  3. Reach out to maintainers

Thank you for contributing!