Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions PLEP-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# PLEP-0000 - Index of PlasmaPy Enhancement Proposals (PLEPs)

| PLEP | 0 |
|-------------------|--------------------------|
| title | PLEP Index |
| author(s) | Nick Murphy |
| contact email | namurphy@cfa.harvard.edu |
| date created | 2017-09-28 |
| date last revised | 2017-09-28 |
| type | informational |

This PLEP is an index of all PlasmaPy Enhancement Proposals, known as
PLEPs (to avoid confusion with Python Enhancement Proposals, or PEPs).

## PLEPs about PLEPs

| number | title | author(s) | type |
|--------|-------|-----------|------|
| 0 | [Index of PLEPs](./PLEP-0000.md) | Nick Murphy | informational |

## Accepted PLEPs

| number | title | author(s) | type |
|--------|-------|-----------|------|
| | | | |

## Declined PLEPs

| number | title | author(s) | type |
|--------|-------|-----------|------|
| | | | |

## PLEPs in preparation or under consideration

| number | title | author(s) | type |
|--------|-------|-----------|------|
| 4 | [PlasmaPy License](./PLEP-0004) | | process |

## Reserved PLEPs

| number | title | author(s) | type |
|--------|-------|-----------|------|
| 1 | [Purpose and Guidelines of PLEPs](./PLEP-0001.md) | | informational |
| 2 | [PlasmaPy Organizational Structure](./PLEP-0002.md)| | process |
| 3 | [Coordinating Committee Members](./PLEP-0003.md) | | informational |
| 5 | [Versioning and Releases](./PLEP-0005.md) | | process |
| 6 | [Data Structures](./PLEP-0006.md) | | standard |
53 changes: 53 additions & 0 deletions PLEP-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# PLEP-*number* -- *PLEP title*

| PLEP | number |
|---------------|------------------------------|
| title | PLEP Title |
| author(s) | |
| contact email | me@myemail.org |
| date created | YYYY-MM-DD |
| date last revised | YYYY-MM-DD |
| type | process, standard, informational |
| status | discussion, accepted, declined |

# Abstract

*Briefly describe this PLEP in a paragraph, including a statement of
the problem that this PLEP addresses.*

# Detailed Description

*Provide an extended description of the problem and the proposed
changes, including usage examples when needed.*

# Implementation

*Describe the steps necessary to implement this PLEP, if necessary.*

# Issues, Pull Requests, and Branches

*Provide repository links related to this PLEP, and include
descriptions.*

# Backward Compatibility

*State whether or not this PLEP will maintain backward compatibility
and describe the proposed changes, if necessary. Backward
compatibility does not need to be maintained between development
releases (with a major version number of zero). Starting with version
1.0, backward incompatible changes can only happen when the major
version number is incremented.*

# Alternatives

*Summarize alternative possibilities to address (or not address) the
problem described in this PLEP, if necessary.*

# Decision Rationale

*Summarize the discussion on this PLEP and describe the reasoning
behind the decision, if necessary.*

*Not all PLEPs require all of these sections, and occasionally
additional sections may be necessary. Emphasized text should be
deleted.*