/iep

Infrastructure Enhancement Proposals

Apache License 2.0Apache-2.0

Infrastructure Enhancement Proposals

This repository is for tracking enhancement proposals to the Jenkins project’s infrastructure. The goal of this repository is to collect and codify proposals in a transparent and historically reviewable fashion. It can be thought of similar to efforts such as the IETF’s RFC process or the Python project’s PEPs.

Creating a proposal

  1. Prepare an AsciiDoc file outlining your proposal, using requirement verbiage following RFC 2119 and the directions from IEP-001.

  2. Copy template.adoc into the new iep-xxx/ folder as README.adoc, numbering the directory sequentially from the previous IEP.

  3. Write proposal

  4. Open a pull request.