-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |