Skip to content

Commit d973534

Browse files
authored
Rework CIP-0001 to reflect reality. (cardano-foundation#331)
This is the first step in a broader work aiming at pushing the CIP in the forefront of _every_ Cardano changes. Before addressing current shortcomings of the process, it is necessary to capture what the process _actually is_ at present. This rework will serve as a base for a retrospective discussion amongst the editors and, shall be proposed to the community for approval and review.
1 parent 26e02ec commit d973534

File tree

6 files changed

+220
-300
lines changed

6 files changed

+220
-300
lines changed

.github/CIP-TEMPLATE.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
CIP: ?
3+
Title: ?
4+
Authors: John Doe <[email protected]>
5+
Status: Draft
6+
Type: Core | Process | Informational
7+
Created: YYYY-MM-DD
8+
License: CC-BY-4.0
9+
---
10+
11+
## Abstract <!-- A short (~200 word) description of the technical issue being addressed and the proposed solution -->
12+
13+
## Motivation <!-- A clear and short explanation introducing the reason behind a proposal. When changing an established design, it must outlines issues in the design that motivates a rework. -->
14+
15+
## Specification <!-- The technical specification should describe the syntax and semantics of any new feature. The specification should be detailed enough to allow competing, interoperable implementations. -->
16+
17+
## Rationale <!-- The rationale fleshes out the specification by describing what motivated the design and why particular design decisions were made. It should describe alternate designs that were considered and related work. The rationale should provide evidence of consensus within the community and discuss important objections or concerns raised during discussion. When applicable, it must also explain how the proposal affects backward-compatibility of existing solutions. -->
18+
19+
## Path to Active <!-- A reference implementation, observable metrics or anything showing the acceptance of the proposal in the community. It must be completed before any CIP is given status “Active”, but it need not be completed before the CIP is accepted. It acts as a high-level roadmap for the proposal. -->
20+
21+
## Copyright <!-- The CIP must be explicitly licensed under acceptable copyright terms (see below). -->
22+
23+
This CIP is licensed under [CC-BY-4.0][].
24+
25+
[CC-BY-4.0]: https://creativecommons.org/licenses/by/4.0/legalcode
26+
[Apache-2.0]: http://www.apache.org/licenses/LICENSE-2.0

CIP-0001/CIP_Flow.png

-48.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)