Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.12 KB

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 1.12 KB

Contributing to this repository

Thank you for your interest in contributing! For any specific questions or suggestions, feel free to create a new issue with specific details.

Development setup

  1. Fork this repository and clone your fork onto your machine.
  2. Make sure you have a working version of Node and npm installed.
  3. In the command line terminal, navigate to the root directory of your local clone.
  4. Run npm install to install all the development dependencies of this project.
  5. Make changes to your code.
  6. Commit and push all files to your forked repository.

Making a Pull Request

  1. When you've finished making your changes, make sure your local clone is up-to-date.
  2. Pull (or fetch and merge) down code from the master branch of the original repository.
  3. Resolve any merge conflicts.
  4. Create a pull request from your forked repository into the development branch of the original repository.
  5. Please include specific details about your pull request.