- Access GitHub and 'fork' the repository to your account - info on forking here: How to fork on GitHub
- Clone the repo to your local machine(change the 'yourUserName' to your GitHub username):
git clone https://github.com/userName/resources.git
- Create a branch with your username(replace userName with your GitHub username):
git checkout -b resources-userName
- Make your changes
- Add your changes:
git add .
- Create a commit message:
git commit -m "Added 'blank' to resources"
- Push your changes up to the repo and open a pull request(Change 'userName' to your GitHub username):
git push origin resources-userName
- Access GitHub and open a Pull Request.
A quick video about contributing to open source "the real way"
- Click on the file you want to change.
- Open it with the (pencil) edit icon.
- Make your changes.
- Click the 'propose file change'
A quick video about contributing to open source "the easy way"
- Check out the tabs at the top of the page, click on 'issues'
- Click the 'add issue' button and make a suggestion!