Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History
21 lines (15 loc) * 466 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) * 466 Bytes

How to contribute

Things we will merge

  • Bugfixes
  • Performance improvements
  • Features which are likely to be useful to the majority of users

Things we won't merge

  • Code which adds no significant value to the library
  • Code which comes without tests
  • Code which breaks existing tests

Workflow

  • Fork the repo and branch off of main
  • Create a new branch in your fork
  • Add tests for your code
  • Make sure all tests pass
  • Create a pull request