Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions Contributing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down