Skip to content

Commit ae296bd

Browse files
author
Gabriel Monroy
committed
standardize on uppercase for contributing docs
1 parent 9eed2bf commit ae296bd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/contributing/conduct.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
Conduct
88
=======
99

10-
The deis community welcomes and encourages participation by **everyone**.
10+
The Deis community welcomes and encourages participation by **everyone**.
1111

1212
No matter how you identify yourself or how others perceive you: we welcome
1313
you. We welcome contributions from everyone as long as they interact
1414
constructively with our community.
1515

16-
The deis developer community continues to grow, and it is inevitable that
16+
The Deis developer community continues to grow, and it is inevitable that
1717
disagreements and conflict will arise. We ask that participants conduct
1818
themselves according to these principles:
1919

docs/contributing/standards.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
Coding Standards
88
================
99

10-
Deis is a `python`_ project. We chose python over other compelling
10+
Deis is a `Python`_ project. We chose Python over other compelling
1111
languages because it is widespread, well-documented, and friendly to
1212
a large number of developers. Source code benefits from many eyes
1313
upon it.
1414

1515
`The Zen of Python`_ emphasizes simple over clever, and we agree.
1616
Readability counts. Deis also aims for complete test coverage.
1717

18-
Contributors to deis should feel welcome to make changes to any part
19-
of the codebase. To create a proper github pull request for inclusion
18+
Contributors to Deis should feel welcome to make changes to any part
19+
of the codebase. To create a proper GitHub pull request for inclusion
2020
into the official repository, your code must pass two tests:
2121

2222
- :ref:`make_flake8`
@@ -90,7 +90,7 @@ Now create a GitHub pull request with a description of what your code
9090
fixes or improves. That's it!
9191

9292

93-
.. _python: http://www.python.org/
93+
.. _Python: http://www.python.org/
9494
.. _flake8: https://pypi.python.org/pypi/flake8/
9595
.. _pep8_tool: https://pypi.python.org/pypi/pep8/
9696
.. _pyflakes: https://pypi.python.org/pypi/pyflakes/

0 commit comments

Comments
 (0)