-
Клонируем форк себе на пк
git clone https://github.com/my_account/dle-billing-module
cd dle-billing-module
- Создаем новую ветку
git checkout -b myfix
- Создаем upstream на оригинальный проект
git remote add upstream https://github.com/evgeny-tc/dle-billing-module
-
Вносим правки в код
-
Делаем коммит и отправляем правки
git add .
git commit -am "My fixes"
git push -u origin new_branch
-
Переходим в свой проект
https://github.com/my_account/dle-billing-module
и жмем кнопку Compare & pull -
Описываем какую проблему решает pull request