๐ค 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:
- ๐ด Fork the Meteors repository on GitHub.
- ๐ฅ Clone your forked repository to your local machine.
- ๐ Create a new branch for your contribution.
- ๐ฆ Set rye
rye pin <python_version> && rye sync
. - ๐ ๏ธ Make your changes or additions.
- โ
Test your changes to ensure they work as expected
rye test
. - ๐งน Lint your code
rye run pre-commit run --all-files
. - ๐ Commit your changes with a clear and descriptive commit message.
- ๐ค Push your changes to your forked repository.
- ๐ Submit a pull request to the main Meteors repository.
- ๐ 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! ๐๐