Git (for contributors)¶
If you want to hack at the core and contribute to the project with a Pull Request, we’re very grateful and hope you find it easy to contribute!
- Fork the project so you can push your commits later.
- Clone your fork to your development host with
git clone https://github.com/<YOUR GIT USERNAME>/magento-lts
- Use either the DDEV or the Docker Compose development environment to hack away.
- Commit and push your code up to your own fork from step 1.
- Create a Pull Request!