Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README #6

Merged
merged 1 commit into from
May 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# OpenGitOps Documents

<!-- markdownlint-disable MD033 -->
<p><img src="https://raw.githubusercontent.com/cncf/artwork/master/projects/opengitops/icon/color/opengitops-icon-color.svg" alt="OpenGitOps logo icon color" width="150" valign="middle">
<img src="https://openmoji.org/data/color/svg/1F4D1.svg" alt="Bookmark Tabs emoji Unicode 1F4D1. OpenMoji CC BY-SA 4.0" width="150" valign="middle"></p>

This repository holds lasting documents for the OpenGitOps project, which should be versioned and [released](https://github.com/open-gitops/documents/releases) together.

The current version [v0.1.0](https://github.com/open-gitops/documents/releases/tag/v0.1.0) is a pre-release, which includes:

- [GitOps Principles](https://github.com/open-gitops/documents/blob/v0.1.0/PRINCIPLES.md)
- [GitOps Glossary](https://github.com/open-gitops/documents/blob/v0.1.0/PRINCIPLES.md#glossary)

## About OpenGitOps

OpenGitOps is a [CNCF Sandbox project](https://www.cncf.io/sandbox-projects/) for lasting programs, documents and code from the [GitOps Working Group](https://github.com/gitops-working-group/gitops-working-group).

## About the GitOps Working Group

The GitOps Working Group is a WG under the [CNCF App Delivery TAG](https://github.com/cncf/tag-app-delivery), with a focus to clearly define a vendor-neutral, principle-led meaning of GitOps. This will establish a foundation for interoperability between tools, conformance, and certification.
It is an open public working group welcoming anyone who would like to join and help.
See [How to Get Involved](https://github.com/gitops-working-group/gitops-working-group/blob/main/README.md#how-to-get-involved).

## Code of Conduct

The OpenGitOps community follows the [CNCF Code of Conduct](https://github.com/open-gitops/.github/blob/main/CODE_OF_CONDUCT.md).

## Licenses

- Code: [Apache 2.0](LICENSES/APACHE-2.0.txt). [html](http://www.apache.org/licenses/LICENSE-2.0.html)
- Non-code: [CC BY 4.0](LICENSES/CC-BY-4.0.txt). [html](https://creativecommons.org/licenses/by/4.0/legalcode)