Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 702 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 702 Bytes

Contributing to speedbump

Bugs and feature requests (Issues)

  1. If you have found a bug, please check existing Issues prior to opening a new one.
  2. When reporting a bug via issues, please provide commit # (or output of speedbump --version if you are using a pre-built binary form a GitHub release).
  3. A bug report should include accurate description of the steps required to reproduce it.
  4. Feature requests are welcome!

Pull requests

Commit naming

This project uses conventional commits.

WIP changes

If you encounter a problem while having work-in-progress changes in your repo, don't hesitate to open a draft pull request.

Thanks!