CONTRIBUTING.md 765 B

Contributing

  1. Fork the repository.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Don't forget to add tests and make sure they pass (npm test)
  5. Run linter node_modules/.bin/eslint . --ext .js,.ts, or node_modules\.bin\eslint . --ext .js,.ts (Windows). Add --fix to automatically fix linting issues whenever possible.
  6. If necessary, add documentation for your feature or bug fix.
  7. Commit and push your changes.
  8. Submit a pull request.