File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
docs/content/users/install Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# Git (for contributors)
8
8
9
- If you want to contribute to the project:
9
+ 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!
10
10
11
- ``` bash
12
- git init
13
- git remote add origin https://github.com/< YOUR GIT USERNAME> /magento-lts
14
- git pull origin main
15
- git remote add upstream https://github.com/OpenMage/magento-lts
16
- git pull upstream 1.9.4.x
17
- git add -A && git commit
18
- ```
11
+ 1 . [ Fork] ( https://github.com/OpenMage/magento-lts/fork ) the project so you can push your commits later.
12
+ 2 . Clone your fork to your development host with ` git clone https://github.com/<YOUR GIT USERNAME>/magento-lts `
13
+ 3 . Use either the [ DDEV] ( /developers/tools/ddev/ ) or the [ Docker Compose] ( /developers/tools/oneline/ ) development environment to hack away.
14
+ 4 . Commit and push your code up to your own fork from step 1.
15
+ 5 . Create a [ Pull Request] ( https://github.com/OpenMage/magento-lts/compare ) !
You can’t perform that action at this time.
0 commit comments