dgiot / eip

DGIOT Improvement Proposals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGIOT Improvement Proposals (EIP)

This repository contains the DGIOT Improvement Proposals (EIPs), to documentation the ideas, designs, or implement details of new features. All the EIPs are in Markdown (*.md) format.

New EIPs should first go to the active directory by creating a pull request and ask for an approval. After the feature is implemented it will be put into the implemented directory.

Before submitting an EIP, please read the 0000-proposal-template, which is a template demonstrating the format of EIPs.

Creating UML diagrams

It is possible to add UML diagrams using PlantUML. In order to do this, create a directory called active/XXXX-assets (replace XXXX with the EIP number), and put the files there. All files should have uml extension.

Then run make to generate the images.

About

DGIOT Improvement Proposals


Languages

Language:Makefile 100.0%