From 77513e6a9a4aefc25a978b5517a9ec7116bf9d7e Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 4 Sep 2024 04:11:33 +0000 Subject: [PATCH 1/2] Introduce draft proposal --- ensips/x.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 ensips/x.md diff --git a/ensips/x.md b/ensips/x.md new file mode 100644 index 0000000..05c0ff0 --- /dev/null +++ b/ensips/x.md @@ -0,0 +1,59 @@ +--- +# Description of the proposal +description: Some description about the proposal +# List of ens names or github handles of contributors +contributors: + - ens.eth +ensip: + # Date of creation + created: '2024-01-01' + # Status of the proposal, draft by default, updated by the editors + status: draft +--- + +# ENSIP-X: Title of the proposal + +## Abstract + + + +## Motivation + + + +## Specification + + + +## Rationale + + + +## Backwards Compatibility + + + +## Security Considerations + + + +## Copyright + + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). From 851c37d63f3a689b16f88236fdf69ffd8a48ef04 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 4 Sep 2024 04:17:12 +0000 Subject: [PATCH 2/2] Update placeholder proposal --- ensips/x.md | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/ensips/x.md b/ensips/x.md index 05c0ff0..8d7aafe 100644 --- a/ensips/x.md +++ b/ensips/x.md @@ -1,13 +1,9 @@ --- -# Description of the proposal description: Some description about the proposal -# List of ens names or github handles of contributors contributors: - ens.eth ensip: - # Date of creation created: '2024-01-01' - # Status of the proposal, draft by default, updated by the editors status: draft --- @@ -15,45 +11,41 @@ ensip: ## Abstract - ## Motivation - +In your motivation you have room to explain why this proposal is important and why it is a good idea. ## Specification - ## Rationale - +Here you can elaborate why certain decisions were made. ## Backwards Compatibility - +Here you can explain how this proposal affects existing systems. + +## Forwards Compatibility + +Optional forwards compatability section. +Here you can explain how this proposal affects future systems, or potential upgrade paths. ## Security Considerations - ## Copyright - Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).