From a4f943ffe85507648a36d1aa9727c7bac2d22c85 Mon Sep 17 00:00:00 2001 From: Nanocryk <nanocryk@gmail.com> Date: Tue, 5 Dec 2017 15:15:40 +0100 Subject: [PATCH] DIP -> DUIP; new filename format --- 0000-duip-format.md | 15 +++++++++++++++ DIP0000.md | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 0000-duip-format.md delete mode 100644 DIP0000.md diff --git a/0000-duip-format.md b/0000-duip-format.md new file mode 100644 index 0000000..2306673 --- /dev/null +++ b/0000-duip-format.md @@ -0,0 +1,15 @@ +``` +DUIP: 0 +Title: DUIP format +Author: nanocryk <nanocryk@gmail.com> +Status: Proposition +Type: Process +Created: 2017-11-22 +License: GPL-3 +``` + +A **DU**niter **I**mprovement **P**roposal (**DIP**) is a design document describing new feature for Duniter or its processes or environment. The DUIP should provide a concise technical specification of the feature and a ratonale for the feature. + +We intend DUIPs to be the primary mechanics for proposing new features, for collecing community input on an issue, and for documenting the design decisions the have gone into Duniter. The DUIP author is responsible for building consensus within the community and documenting dissenting opinions. + +Because the DUIPs are maintained as text files in a versioned repository, their revision history is the historical record of the feature proposal. \ No newline at end of file diff --git a/DIP0000.md b/DIP0000.md deleted file mode 100644 index bfd7b3f..0000000 --- a/DIP0000.md +++ /dev/null @@ -1,15 +0,0 @@ -``` -DIP: 0 -Title: DIP format -Author: Nanocryk <nanocryk@gmail.com> -Status: Proposition -Type: Process -Created: 2017-11-22 -License: GPL-3 -``` - -A Duniter Improvement Proposal (DIP) is a design document describing new feature for Duniter or its processes or environment. The DIP should provide a concise technical specification of the feature and a ratonale for the feature. - -We intend DIPs to be the primary mechanics for proposing new features, for collecing community input on an issue, and for documenting the design decisions the have gone into Duniter. The DIP author is responsible for building consensus within the community and documenting dissenting opinions. - -Because the DIPs are maintained as text files in a versioned repository, their revision history is the historical record of the feature proposal. \ No newline at end of file -- GitLab