Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 426 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 426 Bytes

Contributing Guidelines

Code Formatting

Your code/fix should follow community standards. For this Repository, you will have to follow :

  • ECMAScript Standards
  • JSDoc Standards
  • NPM Guidelines

Commit Messages/ Pull Request Messages

Commit messages must show what's changed and summarize what is changed in the function/method of the program.

Pull Requests must show a subset of changes and show it's purpose.