/js

Become familiar with GitHub by solving JavaScript issues

Primary LanguageJavaScript

Gitter

Using this repository

This repository is for becoming familiar with GitHub by completing JavaScript problems. There is a process to follow for contributing. The basics are outlined below, and full details/help can be found in the CONTRIBUTING.md file. Be sure to join our chat room on Gitter, we'd love to hear from you!

Making your first contribution

  1. Find an unsolved problem titled "new-member-x" under Issues, or if none exist, create a new issue asking for one
  2. Reserve the issue by commenting that you intend to solve the problem, or assigning it to yourself
  3. Clone the repo
  4. Solve the problem locally
  5. Add files and Commit changes
  6. Checkout to a new branch with a descriptive name (e.g. problem title
  7. Push your solution to the newly created branch
  8. Create a pull request to allow someone to merge your solution onto the repo
  9. Post a new simple JS problem titled "new-member-x+1" under Issues for the next person to practice