ekala-project / eeps

Ekala Enhancement Proposals
Creative Commons Attribution Share Alike 4.0 International
9 stars 1 forks source link

Ekala Enhancement Proposals

This repository is meant to facilitate proposals to the Ekala ecosystem, both in technology and in processes. This is heavily inspired by Python Enhancement proposals, in which there is a much tighter iteration loop on submitting proposals than the existing NixOS RFC process.

EEP Types

There are three kinds of EEPs:

EEP Template

Headers marked with “*” are optional and are described below. All other headers are required.

  EEP: <eep number>
  Title: <eep title>
  Author: <list of authors' real names and optionally, email addrs>
* Sponsor: <real name of sponsor>
* EEP-Delegate: <EEP delegate's real name>
  Discussions-To: <URL of current canonical discussion thread>
  Status: <Draft | Active | Accepted | Provisional | Deferred | Rejected |
           Withdrawn | Final | Superseded>
  Type: <Standards Track | Informational | Process>
* Topic: <Governance | Packaging | Release | Typing>
* Requires: <eep numbers>
  Created: <date created on, in YYYY-MM-DD format>
  Post-History: <dates, in dd-mmm-yyyy format,
                 inline-linked to EEP discussion threads>
* Replaces: <eep number>
* Superseded-By: <eep number>
* Resolution: <url>