diff --git a/peeps/PEEP-000.md b/peeps/PEEP-000.md new file mode 100644 index 00000000..a8fc523b --- /dev/null +++ b/peeps/PEEP-000.md @@ -0,0 +1,7 @@ +# PEEP-000: Pipenv Enhancement Proposals + +Pipenv Enhancement Proposals (PEEPs) will be used for proposing any changes to Pipenv's user--interface or intended functionality. + +☤ + +This is the first PEEP. All non--insignificant changes to Pipenv will require a PEEP. The governance model for Pipenv, including the process for future PEEP acceptance will be defined in PEEP-001. diff --git a/peeps/PEEP-TEMPLATE.md b/peeps/PEEP-TEMPLATE.md new file mode 100644 index 00000000..139e7b3a --- /dev/null +++ b/peeps/PEEP-TEMPLATE.md @@ -0,0 +1,9 @@ +# PEEP-042: Title Goes Here + +A brief, one--sentence description goes here. + +☤ + +A longer (but as concise as possible) description goes here. + +Code blocks, lists, and other Markdown features are encouraged to be used, when needed.