Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.4 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

57 lines (34 loc) · 1.4 KB

Pull Request

Thank you for contributing to Easy Python Installer! Please ensure your pull request follows the guidelines below.


📋 Description

Provide a short summary of what this pull request does.
Example: "Fixes validation of Python version input" or "Adds feature for verbose logging."


✅ Checklist

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.

🔗 Related Issues or Feature Requests

If applicable, link to related issues or feature requests here (e.g., Fixes #123, Resolves #456).


🚀 What’s Changed?

Provide details about what has changed in the project, such as:

  • New features added.
  • Bugs fixed.
  • Code refactored.

🧪 Testing

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.

🌟 Additional Notes

Add any additional information or context that might be helpful for reviewers.


🤝 Thank You

Thank you for your contribution! Don’t forget to star the repo if you haven’t already. ⭐