diff --git a/.github/ISSUE_TEMPLATE/membership.yaml b/.github/ISSUE_TEMPLATE/membership.yaml new file mode 100644 index 0000000..c7516fb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/membership.yaml @@ -0,0 +1,26 @@ +name: Community Membership Request +description: Request membership to InftyAI Community +labels: [ "kind/documentation" ] +title: "REQUEST: New membership for " +body: +- type: markdown + attributes: + value: | + Thank you for filling out this membership request! +- id: github + type: input + attributes: + label: GitHub Username + placeholder: e.g. @example_user + validations: + required: true +- id: contributions + type: textarea + attributes: + label: List of contributions to the Kubernetes project + placeholder: | + - Projects I am involved with + - PRs authored / reviewed + - Issues responded to + validations: + required: true diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..515ec16 --- /dev/null +++ b/OWNERS @@ -0,0 +1,5 @@ +approvers: + - kerthcet + +reviewers: + - kerthcet