Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 816 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (23 loc) · 816 Bytes
  1. Fork https://github.com/evgeny-tc/dle-billing-module

  2. Клонируем форк себе на пк

git clone https://github.com/my_account/dle-billing-module
cd dle-billing-module
  1. Создаем новую ветку
git checkout -b myfix
  1. Создаем upstream на оригинальный проект
git remote add upstream https://github.com/evgeny-tc/dle-billing-module
  1. Вносим правки в код

  2. Делаем коммит и отправляем правки

git add .
git commit -am "My fixes"
git push -u origin new_branch
  1. Переходим в свой проект https://github.com/my_account/dle-billing-module и жмем кнопку Compare & pull

  2. Описываем какую проблему решает pull request