Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 422 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (20 loc) · 422 Bytes

Contributing Guidelines

Setup

  • Fork Repository.

  • Clone Repository.

git clone https://github.com/{Your_Username}/dJWT.git
cd dJWT
  • Install Dependencies.
npm install
  • Run Tests.
npm test

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.