From 0d403473d42fe9b931d5d41eca07f64efa026449 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 2 Sep 2018 06:51:35 -0400 Subject: [PATCH] PEEP! --- peeps/PEEP-000.md | 7 +++++++ peeps/PEEP-TEMPLATE.md | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 peeps/PEEP-000.md create mode 100644 peeps/PEEP-TEMPLATE.md 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.