docs: Move the code of conduct under the contributing section.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
parent
9036e6fb82
commit
271859fc68
|
@ -1,5 +1,7 @@
|
||||||
Google Open Source Community Guidelines
|
Google Open Source Community Guidelines
|
||||||
=======================================
|
---------------------------------------
|
||||||
|
|
||||||
|
.. community_guidelines_text
|
||||||
|
|
||||||
At Google, we recognize and celebrate the creativity and collaboration
|
At Google, we recognize and celebrate the creativity and collaboration
|
||||||
of open source contributors and the diversity of skills, experiences,
|
of open source contributors and the diversity of skills, experiences,
|
||||||
|
@ -21,15 +23,14 @@ Respectful behavior includes:
|
||||||
sexualized, or physically threatening behavior, speech, and imagery.
|
sexualized, or physically threatening behavior, speech, and imagery.
|
||||||
- Not engaging in unwanted physical contact.
|
- Not engaging in unwanted physical contact.
|
||||||
|
|
||||||
Some Google open source projects `may
|
Some Google open source projects
|
||||||
adopt <https://opensource.google/docs/releasing/preparing/#conduct>`__
|
`may adopt <https://opensource.google/docs/releasing/preparing/#conduct>`__
|
||||||
an explicit project code of conduct, which may have additional detailed
|
an explicit project code of conduct, which may have additional detailed
|
||||||
expectations for participants. Most of those projects will use our
|
expectations for participants. Most of those projects will use our
|
||||||
`modified Contributor
|
`modified Contributor Covenant <https://opensource.google/docs/releasing/template/CODE_OF_CONDUCT/>`__.
|
||||||
Covenant <https://opensource.google/docs/releasing/template/CODE_OF_CONDUCT/>`__.
|
|
||||||
|
|
||||||
Resolve peacefully
|
Resolve peacefully
|
||||||
------------------
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
We do not believe that all conflict is necessarily bad; healthy debate
|
We do not believe that all conflict is necessarily bad; healthy debate
|
||||||
and disagreement often yields positive results. However, it is never
|
and disagreement often yields positive results. However, it is never
|
||||||
|
@ -44,7 +45,7 @@ We are dedicated to providing an environment where participants feel
|
||||||
welcome and safe.
|
welcome and safe.
|
||||||
|
|
||||||
Reporting problems
|
Reporting problems
|
||||||
------------------
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Some Google open source projects may adopt a project-specific code of
|
Some Google open source projects may adopt a project-specific code of
|
||||||
conduct. In those cases, a Google employee will be identified as the
|
conduct. In those cases, a Google employee will be identified as the
|
||||||
|
@ -62,6 +63,6 @@ be omitted from the details of the report supplied to the accused. In
|
||||||
potentially harmful situations, such as ongoing harassment or threats to
|
potentially harmful situations, such as ongoing harassment or threats to
|
||||||
anyone's safety, we may take action without notice.
|
anyone's safety, we may take action without notice.
|
||||||
|
|
||||||
*This document was adapted from the `IndieWeb Code of
|
*This document was adapted from the*
|
||||||
Conduct <https://indieweb.org/code-of-conduct>`__ and can also be found
|
`IndieWeb Code of Conduct <https://indieweb.org/code-of-conduct>`_
|
||||||
at https://opensource.google/conduct/.*
|
*and can also be found at* <https://opensource.google/conduct/>.
|
||||||
|
|
|
@ -118,6 +118,7 @@ exclude_patterns = [
|
||||||
'env',
|
'env',
|
||||||
'Thumbs.db',
|
'Thumbs.db',
|
||||||
'.DS_Store',
|
'.DS_Store',
|
||||||
|
'code-of-conduct.rst',
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of the Pygments (syntax highlighting) style to use.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
|
|
|
@ -31,3 +31,6 @@ Community Guidelines
|
||||||
|
|
||||||
This project follows `Google's Open Source Community
|
This project follows `Google's Open Source Community
|
||||||
Guidelines <https://opensource.google/conduct/>`__.
|
Guidelines <https://opensource.google/conduct/>`__.
|
||||||
|
|
||||||
|
.. include:: code-of-conduct.rst
|
||||||
|
:start-after: community_guidelines_text
|
||||||
|
|
|
@ -3,13 +3,12 @@
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
contributing
|
|
||||||
code-of-conduct
|
|
||||||
|
|
||||||
Current Status <status>
|
Current Status <status>
|
||||||
known_issues
|
known_issues
|
||||||
versioning
|
versioning
|
||||||
|
|
||||||
|
contributing
|
||||||
|
|
||||||
|
|
||||||
Welcome to SkyWater SKY130 PDK's documentation!
|
Welcome to SkyWater SKY130 PDK's documentation!
|
||||||
===============================================
|
===============================================
|
||||||
|
|
Loading…
Reference in New Issue