From 8a53be78b7a009d69527c1d73a3d43a766147372 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Fri, 26 Apr 2024 20:42:14 -0600 Subject: [PATCH] Add Tea constitution file [Tea] will check for this file periodically to assign this gem to the correct codeowner. [Tea]: https://tea.xyz --- .prettierignore | 1 + tea.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tea.yaml diff --git a/.prettierignore b/.prettierignore index 22e00978..e45057a8 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,6 +2,7 @@ .yarn/releases gemfiles site +tea.yaml tmp vendor/bundle yarn.lock diff --git a/tea.yaml b/tea.yaml new file mode 100644 index 00000000..2506d5ca --- /dev/null +++ b/tea.yaml @@ -0,0 +1,6 @@ +# https://tea.xyz/what-is-this-file +--- +version: 1.0.0 +codeOwners: + - '0xdAfbEDcFc082a2d89293C821E63949Bf13097281' +quorum: 1