CIPs deal with changes to the core protocol of the Calimero Network. Please see the process for CIPs.
The root directory of this repository contains:
- Templates for creating your own CIP
contents
directory withcip-xxxx
subdirectories that contain all media/script files for a given CIP .- core directory which contains accepted CIPs (
cip-xxxx-y.md
wherexxxx
is a CIP number with leading zeros, andy
is the title of the proposal in lowercase, with words separated by hyphens. ex.cip-0000-structure-for-calimero-improvement-proposals.md
)
Example repository structure:
├── CONTRIBUTING.md
├── README.md
├── cip-template.md
├── contents
│ └── cip-0003
│ └── image.png
├── core
│ ├── cip-0001-abcd.md
│ ├── cip-0002-xyz.md
│ ├── cip-0003-axdgh.md
│ └── README.md
See CONTRIBUTING to learn how to contribute.