Skip to content

Commit

Permalink
Merge pull request #3 from kerthcet/feat/update-memoryship
Browse files Browse the repository at this point in the history
Add membership request
  • Loading branch information
InftyAI-Agent authored Oct 23, 2024
2 parents b0efd07 + 8159812 commit 18f392f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/membership.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Community Membership Request
description: Request membership to InftyAI Community
labels: [ "kind/documentation" ]
title: "REQUEST: New membership for <your-GH-handle>"
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
5 changes: 5 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- kerthcet

reviewers:
- kerthcet

0 comments on commit 18f392f

Please sign in to comment.