File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11:title: Contributing
2- :description: TOOD
2+ :description: How to contribute to the Deis open source PaaS project
33
44Contributing
55============
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Please make sure your PR follows this checklist:
1919
2020
2121Single Issue
22- ============
22+ ------------
2323
2424When fixing or implementing a GitHub issue, resist the temptation to refactor
2525nearby code or to fix that potential bug you noticed. Instead, open a new
@@ -39,7 +39,7 @@ will then be closed when your PR is merged.
3939
4040
4141Include Tests
42- =============
42+ -------------
4343
4444While working on local code changes, run Deis' tests:
4545
@@ -68,7 +68,7 @@ See ``tests/README.md`` in the code for more information.
6868
6969
7070Include Docs
71- ============
71+ ------------
7272
7373Any change to Deis that could affect a user's experience also needs a change or
7474addition to the relevant documentation. Deis generates the HTML documentation
@@ -79,7 +79,7 @@ See ``docs/README.md`` in the code for more information.
7979
8080
8181Code Standards
82- ==============
82+ --------------
8383
8484Deis is a Go _ and Python _ project. For both languages, we agree with
8585`The Zen of Python `_, which emphasizes simple over clever. Readability counts.
@@ -99,7 +99,7 @@ Deis does not enforce this.
9999.. _commit_style_guide :
100100
101101Commit Style
102- ============
102+ ------------
103103
104104``git commit `` messages must follow this format::
105105
@@ -164,7 +164,7 @@ for manual testing.
164164
165165
166166Merge Approval
167- ==============
167+ --------------
168168
169169Deis maintainers add "**LGTM **" (Looks Good To Me) or an equivalent comment
170170to indicate that a PR is acceptable. Any code change--other than
You can’t perform that action at this time.
0 commit comments