Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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 doing so, please first discuss the change you wish to make via an issue.

  • If adding a new feature, write the corresponding tests
  • Ensure that your work didn’t break anything
  • If applicable, update the readme
  • If applicable, update the typescript definition
  • Use prettier before commiting (the config is in root)
  • When solving a bug, please provide the steps to reproduce it (codesandbox is great)