Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 607 Bytes

File metadata and controls

36 lines (26 loc) · 607 Bytes
title Contributing

Contributing

Setup

npm install
npm run check

Workflow

  1. Open or confirm an issue.
  2. Create a branch.
  3. Make a focused change.
  4. Run npm run check.
  5. Open a pull request with the PR template.

Before Opening A Pull Request

npm run check
npm run smoke

Standards

  • keep PRs focused
  • add tests when behavior changes
  • update docs when setup or output changes
  • communicate clearly and respectfully

For the full contributor guide, see CONTRIBUTING.md on GitHub.