Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 523 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 523 Bytes

Pull Requests

Here are some reasons why a pull request may not be merged:

  1. It hasn’t been reviewed.
  2. It doesn’t include specs for new functionality.
  3. It doesn’t include documentation for new functionality.
  4. It changes behavior without changing the relevant documentation, comments, or specs.
  5. It changes behavior of an existing public API, breaking backward compatibility.
  6. It breaks the tests on a supported platform.
  7. It doesn’t merge cleanly (requiring Git rebasing and conflict resolution).