Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 432 Bytes

Contributing to Cipher Collection

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install the dependencies: npm install.
  3. Edit a current cipher or add a new cipher file in the src folder.
  4. Add tests into test/ directory and try them with npm test.
  5. Make the PR!