Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 597 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 597 Bytes

Contributing

If you have found a bug or have a feature suggestion, please feel free to open an issue.

If you’d like to make changes yourself, follow these steps:

  1. Fork this repository and clone it locally
  2. Run npm install
  3. Build the library using npm run build
  4. Test your changes with npm test and npm run marktest
  5. Finally, submit a pull request