Skip to content

Commit

Permalink
Add CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Jan 30, 2013
1 parent 1cbacfe commit 720e49b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 720e49b

Please sign in to comment.