Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 487 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 487 Bytes

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)