Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributing to Meteors
Thank you for contributing to Meteors! Please follow the guidelines below to ensure a smooth and efficient contribution process.
PR Checklist
PR Title:
"semantic tag: description"
fix
: A bug fix.feat
: A new feature.docs
: Documentation only changes.style
: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).refactor
: A code change that neither fixes a bug nor adds a feature.perf
: A code change that improves performance.test
: Adding missing tests or correcting existing tests.chore
: Changes to the build process or auxiliary tools and libraries such as documentation generation.build
: Changes that affect the build system or external dependencies."fix: typo in README.md"
PR Message: Delete this entire checklist and replace it with:
Add tests and docs: If you're adding a new integration, please include
examples
directory.Lint and test: Run
rye run pre-commit run --all-files
andrye test
to ensure your changes pass all checks. See contribution guidelines for more.Related Issue(s): If your PR fixes an issue, please link it in the PR description.
Additional Guidelines
pyproject.toml
files unless required for unit tests.Review Process
If no one reviews your PR within a few days, please
@-mention
one of the maintainers.