Making a contribution to the Go Baby Go construction documentation - rbwatson/GoBabyGo GitHub Wiki
If you want to contribute to the Go Baby Go! documentation:
Thank you
Thank you for your interest in the project! We look forward to your contributions!
Getting ready to contribute
- Fork this repo into your GitHub account.
- In your forked repo, set the settings to publish the /docs folder of the master branch.
- You should be able to open the current project from the documentation link shown in the settings tab.
- If you DO NOT see the documentation or the link address in the settings, STOP and fix that before you continue.
- If you see your copy of the documentation in gethub.io, then you're ready to continue.
Making a contribution
After you create or modify the files that you want to contribute to the project:
- Make sure that you can see those changes in your version of the github.io documentation. This is very important. If you can't see them, then something went wrong and you must fix it before you continue.
- The first place to look is to make sure you do not have any bad metadata in a file.
- The next place to look is to make sure you didn't link an image wrong.
- If you see your change in your version of the github.io documentation, continue.
- Send you pull request to this repo.
- If it looks good, it will be merged into this repo and eventually make its way to the published project.
- If there's a problem, the pull request will be declined with a comment to help you fix it. After you fix whatever was broken, repeat these steps to resubmit your pull request.