-
Notifications
You must be signed in to change notification settings - Fork 2
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.git
Switch to a new branch for your changes:
git checkout -b feature/new-feature
Add 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-feature
Open 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! 🚀