keps/NNNN-template/kep.yaml (28 lines of code) (raw):

title: KEP Template kep-number: NNNN authors: - "@jane.doe" status: provisional|implementable|implemented|deferred|rejected|withdrawn|replaced creation-date: yyyy-mm-dd reviewers: - TBD - "@alice.doe" approvers: - TBD - "@oscar.doe" see-also: - "/keps/1234-we-heard-you-like-keps" - "/keps/2345-everyone-gets-a-kep" replaces: - "/keps/3456-replaced-kep" # The target maturity stage in the current dev cycle for this KEP. stage: alpha|beta|stable # The most recent milestone for which work toward delivery of this KEP has been # done. This can be the current (upcoming) milestone, if it is being actively # worked on. latest-milestone: "v0.2" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v0.2" beta: "v0.3" stable: "v0.5" # The following PRR answers are required at alpha release # List the feature gate name and the components for which it must be enabled feature-gates: - name: MyFeature disable-supported: true # The following PRR answers are required at beta release metrics: - my_feature_metric