Skip to content

๐Ÿค How to Contribute

Thank you for your interest in contributing to Meteors! We welcome contributions from the community to help improve and expand the library. This guide will walk you through the process of contributing to the project.

๐Ÿ“‹ Types of Contributions

There are several ways you can contribute to Meteors:

  • ๐Ÿ› Reporting bugs
  • ๐Ÿ’ก Suggesting new features or enhancements
  • ๐Ÿ“– Improving documentation
  • ๐Ÿ’ป Writing code (fixing bugs, implementing new features)
  • ๐Ÿงช Adding or improving test cases
  • ๐Ÿ“ฃ Spreading the word about Meteors

๐ŸŒฟ Getting Started

To start contributing to Meteors, follow these steps:

  1. ๐Ÿด Fork the Meteors repository on GitHub.
  2. ๐Ÿ“ฅ Clone your forked repository to your local machine.
  3. ๐Ÿ”€ Create a new branch for your contribution.
  4. ๐Ÿ“ฆ Set rye rye pin <python_version> && rye sync.
  5. ๐Ÿ› ๏ธ Make your changes or additions.
  6. โœ… Test your changes to ensure they work as expected rye test.
  7. ๐Ÿงน Lint your code rye run pre-commit run --all-files.
  8. ๐Ÿ“ Commit your changes with a clear and descriptive commit message.
  9. ๐Ÿ“ค Push your changes to your forked repository.
  10. ๐Ÿ”Œ Submit a pull request to the main Meteors repository.
  11. ๐Ÿ“ Fill out the pull request template with the necessary information.

๐Ÿ“ Code Guidelines

When contributing code to Meteors, please follow these guidelines:

  • ๐Ÿ“š Document your code using docstrings and comments.
  • โœ… Write unit tests for new features or bug fixes.
  • ๐Ÿงน Ensure your code is clean, readable, and well-structured.
  • ๐Ÿšจ Run the existing tests and make sure they pass before submitting a pull request.
  • ๐Ÿ Run linter to clean the code.

๐Ÿ“œ Code of Conduct

Please note that by contributing to Meteors, you are expected to adhere to our Code of Conduct. Be respectful, inclusive, and considerate in your interactions with others.

๐Ÿ™Œ Recognition

We appreciate all contributions to Meteors, and we make sure to recognize our contributors. Your name will be added to the list of contributors in the project's README file.

If you have any questions or need further assistance, feel free to reach out to the maintainers or open an issue on the GitHub repository.

Thank you for your contribution to Meteors! ๐ŸŽ‰๐Ÿš€