Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-project] [PATCH 21/24] glep-0002: Rearrange paragraphs to reflect new ordering of headers.
Date: Sun, 17 Sep 2017 20:26:46
Message-Id: 20170917202432.7763-22-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCHES v2] New old-school GLEP workflow (GLEP 1/2 update) by "Michał Górny"
1 From: Ulrich Müller <ulm@g.o>
2
3 No other text changes.
4 ---
5 glep-0002.txt | 31 +++++++++++++++----------------
6 1 file changed, 15 insertions(+), 16 deletions(-)
7
8 diff --git a/glep-0002.txt b/glep-0002.txt
9 index 6b8f830..ef1f0f0 100644
10 --- a/glep-0002.txt
11 +++ b/glep-0002.txt
12 @@ -80,34 +80,27 @@ directions below.
13
14 - Change the Title header to the title of your GLEP.
15
16 -- Leave the Version and Last-Modified headers alone; we'll take care
17 - of those when we check your GLEP into CVS.
18 -
19 - Change the Author header to include your name, and optionally your
20 email address. Be sure to follow the format carefully: your name must
21 appear first, and it must not be contained in parentheses. Your email
22 address may appear second (or it can be omitted) and if it appears, it must
23 appear in angle brackets.
24
25 +- For Standards Track GLEPs, change the Type header to "Standards Track".
26 +
27 +- For Informational GLEPs, change the Type header to "Informational".
28 +
29 +- Change the Status header to "Draft".
30 +
31 +- Leave the Version and Last-Modified headers alone; we'll take care
32 + of those when we check your GLEP into CVS.
33 +
34 - If there is a forum thread or a mailing list for discussion
35 of your new feature, add a Discussions-To header right after the Author
36 header. You should not add a Discussions-To header if the mailing list to
37 be used is gentoo-dev@g.o, or if discussions should be sent to you
38 directly. Most Informational GLEPs don't have a Discussions-To header.
39
40 -- Change the Status header to "Draft".
41 -
42 -- For Standards Track GLEPs, change the Type header to "Standards
43 - Track".
44 -
45 -- For Informational GLEPs, change the Type header to "Informational".
46 -
47 -- For Standards Track GLEPs, if your feature depends on the acceptance
48 - of some other currently in-development GLEP, add a Requires header right
49 - after the Type header. The value should be the GLEP number of the GLEP
50 - yours depends on. Don't add this header if your dependent feature is
51 - described in a Final GLEP.
52 -
53 - Change the Created header to today's date. Be sure to follow the
54 format carefully: it must be in ``dd-mmm-yyyy`` format, where the ``mmm`` is
55 the 3 English letter month abbreviation, i.e. one of Jan, Feb, Mar, Apr,
56 @@ -123,6 +116,12 @@ directions below.
57 You must manually add new dates and check them in. If you don't have
58 check-in privileges, send your changes to the GLEP editors.
59
60 +- For Standards Track GLEPs, if your feature depends on the acceptance
61 + of some other currently in-development GLEP, add a Requires header right
62 + after the Type header. The value should be the GLEP number of the GLEP
63 + yours depends on. Don't add this header if your dependent feature is
64 + described in a Final GLEP.
65 +
66 - Add a Replaces header if your GLEP obsoletes an earlier GLEP. The
67 value of this header is the number of the GLEP that your new GLEP is
68 replacing. Only add this header if the older GLEP is in "final" form, i.e.
69 --
70 2.14.1