Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 834 Bytes

File metadata and controls

22 lines (14 loc) · 834 Bytes

Contributing

We appreciate your input, whether it's:

  • Reporting a bug
  • Proposing a feature
  • Submitting a fix
  • Discussing the current state

How we work

We use GitHub to host our codebase, track issues and feature requests, and merge pull requests. Pull requests are the best way to propose changes.

Reporting bugs and proposing features

Open a new GitHub Issue to report a bug or propose a feature. We have templates to guide you — choose the one that fits your case and fill in as much detail as you can.

Submitting a pull request

  1. Fork the repository and create a branch from main.
  2. Make your changes and ensure the code checks pass (see below).
  3. Open a pull request against main with a clear description of what you've changed and why.