-
Notifications
You must be signed in to change notification settings - Fork 18
Contribution
Nir Galon edited this page Nov 13, 2016
·
2 revisions
So, you want to start contribute, Great!
- First step is to clone the repo (
git clone https://github.com/hasadna/open_pension.git
) - After it talk with the team members and get yourself and issue. Create a new branch (
git branch -b <number_of_issue>-<optional_text>
), and start working on it. - After you do the first commit create a PL (Pull Request) (you can do it from github GUI or Pycharm/Webstorm under VCS -> Git -> Create Pull Request) and if you don't finish the PL yet (what I assume is true because it's only the first commit) write
WIP
(stand for "Work In Progress") in the title. Example:WIP: Create Docker image.
. In the body of the PL write the issue number. Example:#11
- When you finish, remove the
WIP
from the title and assign it to@nirgn975
, and write some text like "@nirgn975 Ready for review" (because GitHub will send a notification to that person when you mention him like that, with@
symbol). - Have fun!