commit: b66e0f718e6f3350ed1b2ca2aa0bbdedf5bbd901 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Sep 17 07:25:01 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 9 10:05:57 2017 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=b66e0f71
glep-0002: Rearrange paragraphs to reflect new ordering of headers. No other text changes. glep-0002.txt | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/glep-0002.txt b/glep-0002.txt index 6b8f830..ef1f0f0 100644 --- a/glep-0002.txt +++ b/glep-0002.txt @@ -80,34 +80,27 @@ directions below. - Change the Title header to the title of your GLEP. -- Leave the Version and Last-Modified headers alone; we'll take care - of those when we check your GLEP into CVS. - - Change the Author header to include your name, and optionally your email address. Be sure to follow the format carefully: your name must appear first, and it must not be contained in parentheses. Your email address may appear second (or it can be omitted) and if it appears, it must appear in angle brackets. +- For Standards Track GLEPs, change the Type header to "Standards Track". + +- For Informational GLEPs, change the Type header to "Informational". + +- Change the Status header to "Draft". + +- Leave the Version and Last-Modified headers alone; we'll take care + of those when we check your GLEP into CVS. + - If there is a forum thread or a mailing list for discussion of your new feature, add a Discussions-To header right after the Author header. You should not add a Discussions-To header if the mailing list to be used is [email protected], or if discussions should be sent to you directly. Most Informational GLEPs don't have a Discussions-To header. -- Change the Status header to "Draft". - -- For Standards Track GLEPs, change the Type header to "Standards - Track". - -- For Informational GLEPs, change the Type header to "Informational". - -- For Standards Track GLEPs, if your feature depends on the acceptance - of some other currently in-development GLEP, add a Requires header right - after the Type header. The value should be the GLEP number of the GLEP - yours depends on. Don't add this header if your dependent feature is - described in a Final GLEP. - - Change the Created header to today's date. Be sure to follow the format carefully: it must be in ``dd-mmm-yyyy`` format, where the ``mmm`` is the 3 English letter month abbreviation, i.e. one of Jan, Feb, Mar, Apr, @@ -123,6 +116,12 @@ directions below. You must manually add new dates and check them in. If you don't have check-in privileges, send your changes to the GLEP editors. +- For Standards Track GLEPs, if your feature depends on the acceptance + of some other currently in-development GLEP, add a Requires header right + after the Type header. The value should be the GLEP number of the GLEP + yours depends on. Don't add this header if your dependent feature is + described in a Final GLEP. + - Add a Replaces header if your GLEP obsoletes an earlier GLEP. The value of this header is the number of the GLEP that your new GLEP is replacing. Only add this header if the older GLEP is in "final" form, i.e.
