From 720e49b864a6d8634b309effd07ee8fbdc822553 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 29 Jan 2013 22:26:12 -0500 Subject: [PATCH] Add CONTRIBUTING.md file --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..a3794ec --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# 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.