From 1d59c3863df433e81fd0e9962b01e684d38e949c Mon Sep 17 00:00:00 2001 From: Aditya Sirish Date: Sat, 6 May 2023 21:55:28 -0400 Subject: [PATCH] Add governance doc Signed-off-by: Aditya Sirish --- GOVERNANCE.md | 14 ++++++++++++++ README.md | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 GOVERNANCE.md diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 00000000..86796221 --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,14 @@ +# in-toto Governance + +in-toto's +[governance](https://github.com/in-toto/community/blob/main/GOVERNANCE.md) and +[code of conduct](https://github.com/in-toto/community/blob/main/CODE-OF-CONDUCT.md) +are described in the [in-toto/community](https://github.com/in-toto/community) +repository. + +## in-toto Attestation Framework Contributions + +This implementation adheres to +[in-toto's contributing guidelines](https://github.com/in-toto/community/blob/main/CONTRIBUTING.md). +Pull requests must be submitted to the `main` branch where they undergo review +and automated testing. diff --git a/README.md b/README.md index bb8485b5..256ce7ca 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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/