Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.49 KB

File metadata and controls

30 lines (25 loc) · 1.49 KB

Contributing

How to contribute:

  • 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"

A Shortcut to Contributing for those uncomfortable with pull requests and the command line

  • 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"

Another Way for Beginners to Contribute

  • Check out the tabs at the top of the page, click on 'issues'
  • Click the 'add issue' button and make a suggestion!