Skip to main content
Module

x/react_querybuilder/CONTRIBUTING.md

A QueryBuilder component for React
Go to Latest
File

Contributing

Contributions to react-querybuilder are more than welcome. When preparing to submit a pull request, please first discuss the change you wish to make by creating a new issue or discussion topic.

  • If adding a new feature, be sure to add corresponding tests (we maintain 100% coverage).
  • Ensure that your work didn’t break anything.
  • If changing behavior or adding a feature, update the documentation site.
  • If applicable, update the TypeScript definitions.
  • Run yarn pretty-print (which runs prettier) before committing.
  • When solving a bug, please provide the steps to reproduce it (CodeSandbox is great – feel free to fork our CI base to get started).