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 governance doc #218

Merged
merged 1 commit into from
May 8, 2023
Merged
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# in-toto Governance

in-toto's
[governance](https:/in-toto/community/blob/main/GOVERNANCE.md) and
[code of conduct](https:/in-toto/community/blob/main/CODE-OF-CONDUCT.md)
are described in the [in-toto/community](https:/in-toto/community)
repository.

## in-toto Attestation Framework Contributions

This implementation adheres to
[in-toto's contributing guidelines](https:/in-toto/community/blob/main/CONTRIBUTING.md).
Pull requests must be submitted to the `main` branch where they undergo review
and automated testing.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ review our [New Predicate Guidelines].
## Governance

The in-toto Attestation Framework is part of the [in-toto] project under the
[CNCF].
[CNCF]. For more information, see [GOVERNANCE.md].

Use `@in-toto/attestation-maintainers` to tag the maintainers on GitHub.

Expand All @@ -57,6 +57,7 @@ the framework. In the meantime, please visit any of the language-specific
[in-toto implementations] to become familiar with current tooling options.

[CNCF]: https://www.cncf.io/projects/in-toto/
[GOVERNANCE.md]: GOVERNANCE.md
[New Predicate Guidelines]: docs/new_predicate_guidelines.md
[attestation predicates]: spec/predicates/
[documentation]: docs/
Expand Down