Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 561 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 561 Bytes

Contributing to Pex

GitHub issues and pull requests are welcome.

Changes to the package repositories should be submitted to those repositories, not here. See https://github.com/petere/pex-packages for the default repository.

Checklist for contributions

  • For every change, a test case should be added.
  • Update the man page for behavioral changes.
  • Update the help output when changing commands or options.
  • The shell code should be indented with 8-space-wide tabs.
  • Run make maintainer-check, or at least the subset that works on your platform.