Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.51 KB

File metadata and controls

51 lines (30 loc) · 1.51 KB

Contributing to PyRill

Thank you for your interest in PyRill!

Reporting Issues

We welcome bug reports, feature requests, and questions via GitHub Issues:

Open an Issue

Before Opening an Issue

  1. Search existing issues to avoid duplicates
  2. Check the documentation - your question may already be answered

Bug Reports

When reporting a bug, please include:

  • Python version (python --version)
  • PyRill version (pip show pyrill)
  • Minimal code example that reproduces the issue
  • Full error message and traceback
  • Expected vs actual behavior

Feature Requests

When requesting a feature:

  • Describe the use case
  • Explain why existing functionality doesn't meet your needs
  • Provide examples of how you'd use the feature

Code Contributions

At this time, we are not accepting pull requests from external contributors.

The PyRill SDK is developed internally and synced to this public repository. If you have a code contribution in mind, please open an issue to discuss it first.

Security Issues

For security vulnerabilities, please email security@rilldata.com rather than opening a public issue.

Questions and Discussion

  • For usage questions, open an issue with the "question" label
  • For general discussion about Rill Data, visit docs.rilldata.com

License

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