Confirmed users
7
edits
| Line 1: | Line 1: | ||
= How to add or update copy on Webmaker.org = | = How to add or update copy on Webmaker.org = | ||
* You'll need a GitHub account. | * You'll need a GitHub account. | ||
'''Instructions:''' | '''Instructions:''' | ||
* 1. Log into your GitHub account. | * 1. Log into your GitHub account. | ||
* 2. Visit the code repository that you would like to make changes to. For example: https://github.com/mozilla/webmaker.org | * 2. Visit the code repository that you would like to make changes to. For example: https://github.com/mozilla/webmaker.org | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/48qefzvs.png | |||
* 3. Click the "Fork" button | * 3. Click the "Fork" button | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/qle67plf.png | |||
* 4. You will now have a copy of the repo on your own user account. e.g. https://github.com/alicoding/webmaker.org | * 4. You will now have a copy of the repo on your own user account. e.g. https://github.com/alicoding/webmaker.org | ||
* 5. To change existing copy on Webmaker.org, go to: locale/en_US/webmaker.org | * 5. To change existing copy on Webmaker.org, go to: locale/en_US/webmaker.org https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/0kp9v1nl.png | ||
* 6. Click "Edit" | * 6. Click "Edit" | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/2bhkipdj.png | |||
* 7. Find and change the text you want. | * 7. Find and change the text you want. | ||
* 8. Add a message to the "Commit field." (What kinds of messages are useful. What's the best practise?) | * 8. Add a message to the "Commit field." (What kinds of messages are useful. What's the best practise?) | ||
* 9. Add a message to the "description field" (What kinds of messages are useful. What's the best practise?) | * 9. Add a message to the "description field" (What kinds of messages are useful. What's the best practise?) | ||
* 10. Click on "Commit changes" | * 10. Click on "Commit changes" | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/26u9hcxx.png | |||
* 11. Go back to the your forked repo. e.g. https://github.com/alicoding/webmaker.org | * 11. Go back to the your forked repo. e.g. https://github.com/alicoding/webmaker.org | ||
* 12. Click on green button "Compare, review, create pull request" | * 12. Click on green button "Compare, review, create pull request" | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/moz70d8-.png | |||
* 13. Review your changes and click on "Create pull request" | * 13. Review your changes and click on "Create pull request" | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/71qxqd_w.png | |||
* 14. Finally, click on "Send pull request." | * 14. Finally, click on "Send pull request." | ||
https://dl.dropboxusercontent.com/spa/n5v3bx9nnjkdpzf/m8wzcrxg.png | |||
* 15. That's it! You're done. | * 15. That's it! You're done. | ||