Skip to content

Commit fb5db99

Browse files
author
Aaron Schlesinger
committed
doc(README.md): add note about standalone pod and initial text about development process
1 parent 55a7495 commit fb5db99

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@ This Deis component is currently in beta status, and we welcome your input! If y
1010

1111
# About
1212

13-
This component is a PostgreSQL database for use in Kubernetes. It builds on the official [postgres](https://registry.hub.docker.com/_/postgres/) Docker image. While it's intended for use inside of the Deis open source [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), it's flexible enough to be used as a standlone pod on any Kubernetes cluster.
13+
This component is a PostgreSQL database for use in Kubernetes. It builds on the official [postgres](https://registry.hub.docker.com/_/postgres/) Docker image. While it's intended for use inside of the Deis open source [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), it's flexible enough to be used as a standalone pod on any Kubernetes cluster or even as a standlone Docker container.
14+
15+
# Development
16+
17+
The Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.
18+
19+
- Fork this repository
20+
- Make your changes
21+
- Submit a [pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible.
22+
- If your PR fixes any [issues][issues], make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing)
23+
- The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, you may merge.
24+
1425

1526
## Deploying
1627

0 commit comments

Comments
 (0)