Skip to content

Commit

Permalink
Minor whitespace improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Nov 25, 2019
1 parent 59f181e commit aece257
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -2,8 +2,7 @@

Enhancement tracking repository for OKD.

Inspired by [Kubernetes
enhancements](https://github.com/kubernetes/enhancements) process.
Inspired by the [Kubernetes enhancement](https://github.com/kubernetes/enhancements) process.

This repository provides a rally point to discuss, debate, and reach consensus
for how OKD [enhancements](./enhancements) are introduced. OKD combines
Expand Down
31 changes: 13 additions & 18 deletions enhancements/README.md
@@ -1,39 +1,34 @@
# OKD Enhancement Proposals

An OKD Enhancement Proposal is a way to propose, communicate, and coordinate on
new efforts for the OKD project.
An OKD Enhancement Proposal is a way to propose, communicate, and coordinate on new efforts for the OKD project.

It is inspired from our experience with the Kubernetes Enhancement process where
many of our community participants collaborate each day.
It is inspired from our experience with the Kubernetes Enhancement process where many of our community participants collaborate each day.

This process is evolving, but is mandatory for all enhancements beginning with
release-4.3.
This process is evolving, but is mandatory for all enhancements beginning with release-4.3.

## Quick start

1. Socialize an idea with others. Make sure others think the work is worth
doing, and are willing to review design and code changes required.
2. Follow the process outlined in the [enhancement
template](template.md).
1. Socialize an idea with others. Make sure others think the work is worth doing, and are willing to review design and code changes required.
2. Follow the process outlined in the [enhancement template](template.md).

## FAQs

### Do I have to use the process?

If the enhancement has broad scope, yes. It helps everyone track why, when,
how, and by whom work is done.
If the enhancement has broad scope, yes. It helps everyone track why, when, how, and by whom work is done.

### Why would I want to use the process?

Provide a mechanism to communicate design and implementation strategies across
the OKD community.
Provide a mechanism to communicate design and implementation strategies across the OKD community.

### Do I put design in a particular directory?

If it has broad impact, place it in the root of this directory. If it's
localized to a particular domain, find the appropriate directory.
If it has broad impact, place it in the root of this directory. If it's localized to a particular domain, find the appropriate directory.

### Do I have to use the Oxford comma?

Yes. OKD is an open, inclusive, and diverse community, and there is absolutely no room for ambiguous clauses.

### My FAQ isn't answered here!

Open an issue and ask or even better open a PR with a question and proposed
answer.
Open an issue and ask or even better open a PR with a question and proposed answer.

0 comments on commit aece257

Please sign in to comment.