From f4a895a7de195b2077544d0deaa7ca98a18c55c2 Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Mon, 15 Jan 2024 16:03:28 +0100 Subject: Add PIPs prpoposal and state management proposal Signed-off-by: Antonio Navarro Perez --- docs/proposals/PIP-000.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/proposals/PIP-000.md (limited to 'docs/proposals/PIP-000.md') diff --git a/docs/proposals/PIP-000.md b/docs/proposals/PIP-000.md new file mode 100644 index 0000000..35dea1d --- /dev/null +++ b/docs/proposals/PIP-000.md @@ -0,0 +1,35 @@ +# PIP Template + +| Field | Value | +| --- | --- | +| ENIP | 0 | +| Title | PIP Template | +| Author | Antonio Navarro | +| Status | Draft | +| Created | 2024-01-15 | +| Updated | 2024-01-15 | +| Target version | optional | + +## Abstract + +A short description of the technical issue being addressed. + +## Rationale + +Proposal motivation. + +## Specification + +Technical specification of the changes proposed. + +## Alternatives + +How the issue is currently solved or can be solved if this change is not accepted? + +## Impact + +How this change would impact parscan functionality: backward compatibility will break, performance improvements or issues, corner cases and so on. + +## References + +Links to additional documentation describing related features or other kind of related information. -- cgit v1.2.3