-
Notifications
You must be signed in to change notification settings - Fork 1
Contribution
Iván Andrés L. edited this page Dec 16, 2024
·
3 revisions
We welcome contributions to this project! Follow these steps to contribute:
Create your own copy of the repository on GitHub:
git fork https://github.com/andrextor/python-checkout.gitSwitch to a new branch for your changes:
git checkout -b feature/new-featureAdd new features, fix bugs, or improve documentation.
Write a descriptive commit message:
git commit -m "Add new feature"Push your changes to your forked repository:
git push origin feature/new-featureOpen a pull request on GitHub to merge your changes into the main repository.
Feel free to suggest improvements or report issues. Your contributions are greatly appreciated! 🚀