From e994536da20f8af259c7bfb6b2b4bf07c7e89ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aeneas=20Jai=C3=9Fle?= Date: Wed, 7 May 2014 22:07:48 +0200 Subject: [PATCH] Update Contribution.txt -> documents/wip * Replace documents/problems with documents/wip as introduced with commit d71a722 and described in README.md * Removed the now obsoleted section for documents/proposals --- Contributing.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Contributing.txt b/Contributing.txt index c02aa84..9b56dbc 100644 --- a/Contributing.txt +++ b/Contributing.txt @@ -15,22 +15,14 @@ for example an interface test for glibc would be found in tests/glibc and tests that address distribution concerns, such as identifying the vendor are located in tests/distro. -documents/problems +documents/wip - contains text files following the template (specification.tmpl) with - a completed Problem Statement section. + at least a completed Problem Statement section. - the documents describe a problem that affects many or all distributions and makes it difficult to treat the distributions as one platform from an ISV developer or administrative point of view. Differences in packaging generally do not fall into this category. -documents/proposals - - contains text files following the template (specification.tmpl) with - a completed Problem Statement and a completed Proposed Solution section. - - the documents describe the proposed solution to the problem statement, - that will function as the starting point of a discussion in the respective - distribution development communities. Links to the mailing list discussions - are to be included. - documents/specifications - contains text files following the template (specification.tmpl) with a completed Problem Statement and a completed Solution section.