Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 722 Bytes

String method Contributions

String Method is open for you to collaborate and add you feature. It keeps growing as you add your idea to it.

How to

  1. Fork this repository.
  2. Clone your forked repository.
  3. Make changes and commit those changes.
  4. After pushing on you github repo, open a pull request.

Guide to adding a new method

  1. Navigate to /src/methods/ directory
  2. create a file named [method_name].ts
  3. Register and export your method in /src/index.ts
  4. Create tests for your method in /test/[method_name].test.ts
  5. You're done.

After you open a pull request, we will review your pull request and merge or take any other step in need. We let you know if changes are needed.