Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 380 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 380 Bytes

Contributing Guidelines

Setup

  • Fork Repository.

  • Clone Repository.

git clone https://github.com/{Your_Username}/dip.git
cd dip
  • Install Packages.
npm install

Contributing

  • Have a look at the open issues. Pick an unassigned issue or create one.

  • Create a new branch and make changes.

  • Send a Pull Request after making changes.