You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ We welcome your input! If you have feedback, please [submit an issue][issues]. I
40
40
41
41
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.
42
42
43
-
* Fork this repository
44
-
* Make your changes
45
-
*[Submit a pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible
46
-
* 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)
47
-
* 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, a contributor will merge it
43
+
* Fork this repository.
44
+
* Make your changes.
45
+
*[Submit a pull request][prs] (PR) to this repository with your changes, and unit tests whenever possible.
46
+
* 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).
47
+
* 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, a contributor will merge it.
48
48
49
49
## Requirements
50
50
@@ -60,19 +60,19 @@ make deps
60
60
61
61
## Building Documentation
62
62
63
-
To build the documentation run: `make build` or `make docker-build`
63
+
To build the documentation run: `make build` or `make docker-build`.
64
64
65
65
## Serve Documentation Locally
66
66
67
-
To serve documenation run: `make serve` or `make docker-serve`
67
+
To serve documenation run: `make serve` or `make docker-serve`.
68
68
69
69
Then view the documentation on [http://localhost:8000](http://localhost:8000) or `http://DOCKER_IP:8000`.
70
70
71
71
## License
72
72
73
73
Copyright 2013, 2014, 2015 Engine Yard, Inc.
74
74
75
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
75
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>.
76
76
77
77
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
0 commit comments