This repository has been archived by the owner on May 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
38 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
# Contributing to service-catalog | ||
|
||
Currently, we're collecting use-cases and requirements for a minimum viable | ||
product for the service catalog. If you would like to propose or change a | ||
use-case, open a pull request to the project, adding or altering a file within | ||
the `docs` directory. | ||
This document should concisely express the project development status, | ||
methodology, and contribution process. As the community makes progress, we | ||
should keep this document in sync with reality. | ||
|
||
## Development status | ||
|
||
We're currently collecting use-cases and requirements for our [v1 milestone](./docs/v1). | ||
|
||
## Methodology | ||
|
||
Each milestone will have a directory within the [`docs`](./docs) directory of | ||
this project. We will keep a complete record of all supported use-cases and | ||
major designs for each milestone. | ||
|
||
## Contributing to a release | ||
|
||
If you would like to propose or change a use-case, open a pull request to the | ||
project, adding or altering a file within the `docs` directory. | ||
|
||
We'll update this space as we begin developing code with relevant dev | ||
information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
## service-catalog v1 docs | ||
## service-catalog v1 milestone | ||
|
||
This directory contains design documents for the v1 version of `service- | ||
catalog`: | ||
This directory contains design documents for the v1 milestone. | ||
|
||
- [Use cases](./use-cases.md) | ||
- [Architecture](./architecture.md) | ||
- [Design](./design.md) | ||
|
||
## Status | ||
|
||
We are currently developing the use-cases and high-level design of this milestone. |
File renamed without changes.