From a884fad84d4454624cb9bb457ebae8a3ef2ad105 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 23 Jul 2019 15:37:59 +0100 Subject: [PATCH] Make "Don't Panic" larger and friendlier. Signed-off-by: Daira Hopwood --- zip-guide.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/zip-guide.rst b/zip-guide.rst index 769a1945..631a3fdd 100644 --- a/zip-guide.rst +++ b/zip-guide.rst @@ -12,6 +12,18 @@ License: {usually MIT} +Don't Panic +=========== + +If this is your first time writing a ZIP, the structure and format may look +intimidating. But really, it's just meant to reflect common-sense practice and +some technical conventions. Feel free to start with a simple initial draft that +gets ideas across, even if it doesn't quite follow this format. The community +and ZIP editors will help you figure things out and get it into shape later. + +{Delete this section.} + + Terminology =========== @@ -30,13 +42,6 @@ The terms below are to be interpreted as follows: Abstract ======== -*Don't Panic*. If this is your first time writing a ZIP, the structure and -format may look intimidating. But really, it's just meant to reflect common-sense -practice and some technical conventions. Feel free to start with a simple initial -draft that gets ideas across, even if it doesn't quite follow this format. -The community and ZIP editors will help you figure things out and get it into -shape later. - {Describe what this proposal does, typically in a few paragraphs.} {Use links where applicable, e.g. [#protocol]_.}