Thank you for contributing to Easy Python Installer! Please ensure your pull request follows the guidelines below.
Provide a short summary of what this pull request does.
Example: "Fixes validation of Python version input" or "Adds feature for verbose logging."
Please confirm that your pull request meets the following requirements:
- I have tested the changes locally to ensure they work as expected.
- I have followed the CONTRIBUTING.md guidelines.
- I have updated documentation (if applicable).
- I have added comments in the code where necessary.
If applicable, link to related issues or feature requests here (e.g.,
Fixes #123
,Resolves #456
).
Provide details about what has changed in the project, such as:
- New features added.
- Bugs fixed.
- Code refactored.
Provide steps or details on how you tested your changes to ensure they work correctly.
Example:
- Tested on Raspberry Pi OS.
- Verified that the script correctly installs Python 3.13.
Add any additional information or context that might be helpful for reviewers.
Thank you for your contribution! Don’t forget to star the repo if you haven’t already. ⭐