This project is supposed to provide you with the simple building blocks so that you can learn to code.
If you have any recommendations or problems, please create an issue here
The documents is stored under the ./documents/
folder.
- Create your own github.com account
- Fork morneode/volantis repo to your own account
Now you will have a copy of the whole project on your own github account.
To contribute to this project, create a branch for your changes, and then create a pull request.
- Go to your repo on github
Navigate to github.com, and then find your volantis repo
- Below your branch selector dropdown, you should see a message giving you information about the status of your current fork
For example:
This branch is 3 commits behind morneode:master
- Click on the "Pull request" to the right of this message
- You should be directed to a page with the title
Comparing changes
- You should now wee this:
select: base repository:morneode/volantis, branch master <- from head repository:YOURNAME/volantis, branch master
- Click on base repository and change it to
YOURNAME/volantis
- After the page loads, click
compare accross forks
- Now change the head repository to
morneode/volantis
, and you should see:select: base repository:YOURNAME/volantis, branch master <- from head repository:morneode/volantis, branch master
- Click
Create pull request
- Then give your PR a Title and maybe an Comment
- Then click
Create pull request
- Then click
Merge pull request
, and thenConfirm merge
- You have updated your repo to be in sync with the latest Master Branch of
morneode/volantis