Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 628 Bytes

Contributing to QuestDB

Raise an Issue

Raising issues is welcome. We aim to respond quickly and thoughtfully. This is a good place to start before deep diving into the code base.

Committing

We use Conventional commits to auto-generate release notes. We require all commit comments to conform. To that end, commits have to be granular enough to be successfully described using this method.

Squashing commits

When submitting a pull request to QuestDB, we ask that you squash your commits before we merge.