Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 1.2 KB

Contributing

To contribute resources to this repository, please use the following workflow:

  • Fork this repository.
  • Clone your new repository.
  • Create a new branch for the changes you wish to make.
  • Make your changes.
  • Push your changes to your Github fork.
  • Issue a pull request for your new branch.

Wait! I'm supposed to do what?!

If you're new to git or Github, please try not to be intimidated. Instead, view this as a learning process and an opportunity for valuable practice in an industry-relevant skill.

Utilize the Github docs linked below for more information:

Using Markdown

Most of the documents you'll find in this repository are formatted using Markdown, a lightweight markup language commonly used in README docs (and many other areas).

For getting started:

Using git

-- probably deserves its own resource page - it's a big topic!