Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 885 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 885 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via an issue. You can optionally even start a discussion.

Pull Request Process

  1. Fork this repository
  2. Create a feature branch
  3. Make your changes and commit :)
  4. Push to your branch on Github
  5. Create a new pull request

Testing

# Runs all the tests without code coverage
npm test

or

# Runs all the tests with code coverage
npm run test:report

Code Standards

To ensure that the formatting of your code is consistent, we have a pre-commit hook which will automatically fix any linting issues in all your staged files whenever your run git commit. Alternatively, you can run npm run lint to manually review formatting issues.