Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Dolezal <[email protected]>
  • Loading branch information
onlydole authored Nov 22, 2024
2 parents 0a5415e + 92859d7 commit 8e1a36e
Show file tree
Hide file tree
Showing 887 changed files with 23,340 additions and 7,793 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
verify-json-validation:
runs-on: equinix-2cpu-8gb
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Validate JSON
uses: docker://orrosenblatt/validate-json-action:latest
env:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ People can update their listing by submitting a PR for approval. After a PR is m

- [Ambassadors](https://www.cncf.io/people/ambassadors/)
- [Governing Board](https://www.cncf.io/people/governing-board/)
- [Kubestronaut](https://www.cncf.io/training/kubestronaut/)
- [Staff](https://www.cncf.io/people/staff/)
- [Technical Oversight Committee](https://www.cncf.io/people/technical-oversight-committee/)

Expand Down Expand Up @@ -80,6 +81,7 @@ The [people.json file](https://github.com/cncf/people/blob/main/people.json) lis
"linkedin":"LinkedIn url",
"twitter":"Twitter url",
"github":"GitHub url",
"bluesky":"Bluesky url",
"wechat":"Wechat url",
"website":"Personal website",
"youtube":"YouTube url",
Expand Down Expand Up @@ -107,6 +109,7 @@ And here is an example entry:
"linkedin":"https://www.linkedin.com/in/johnny-appleseed/",
"twitter":"https://twitter.com/jappleseed",
"github":"https://github.com/jappleseed",
"bluesky":"https://bsky.app/profile/jappleseed",
"wechat":"https://web.wechat.com/jappleseed",
"website":"https://jappleseed.com",
"youtube":"https://www.youtube.com/c/jappleseed",
Expand All @@ -122,7 +125,7 @@ And here is an example entry:

## Images

Upload your headshot image to the `/images/` directory with a filename made up of your name. Images should be at least 500x500px, 72dpi, and should be in JPG format with file size less than 100kB.
Upload your headshot image to the `/images/` directory with a filename made up of your name. Images should be at least 500x500px with file size less than 100kB.

## Team Management

Expand Down
Loading

0 comments on commit 8e1a36e

Please sign in to comment.