Skip to content

Commit 1c62179

Browse files
authored
Merge branch 'master' into add/latest-article-2026
2 parents 2556d6d + 99acd45 commit 1c62179

File tree

54 files changed

+1338
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1338
-121
lines changed

.github/ISSUE_TEMPLATE/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We're in the news! When this happens, we take a moment to reprint that news in o
1111
#### Task
1212
1. Create a copy of the [news template](https://github.com/layer5io/layer5/tree/master/src/collections/news/news-template/0000-00-00-news-title).
1313
1. Follow the instructions included in the news template and rename the new file after the title of the news article using lowercase, kebab casing.
14-
1. Understand that this is a reprint request and that you are to copy/paste the published article verbatim. Be sure that you have included the filled in each of the front matter of properties. And have provided a hero image from the original article as well as that you use the original article authors name.
14+
1. Understand that this is a reprint request and that you are to copy/paste the published article verbatim. Be sure that you have included the filled in each of the front matter of properties. And have provided a hero image from the original article as well as that you use the original article authors name. Use the `source_url` field to point to the original article for attribution.
1515
1. Please add the following article to [src/collections/news](https://github.com/layer5io/layer5/tree/master/src/collections/news):
1616

1717
**Article:**

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you'd like to contribute a post to layer5.io/blog, please open an Issue and s
125125

126126
## Adding News
127127

128-
1. In order to add/update news items, see the detailed instructions in the [news issue template](https://github.com/layer5io/layer5/issues/new?template=news.md).
128+
1. In order to add/update news items, see the detailed instructions in the [news issue template](https://github.com/layer5io/layer5/issues/new?template=news.md). When adding a reprint, use the optional `source_url` field in the frontmatter to link back to the original article for attribution.
129129

130130
# Contributing to Layer5's Sistent
131131

src/assets/data/faq/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -478,17 +478,17 @@ const data = {
478478
{
479479
question: "How often does Layer5 offer internships?",
480480
category: "Careers",
481-
category: "Internships",
481+
subcategory: "Internships",
482482
answer: [
483483
"Continuously. Layer5 has internships starting and stopping frequently. Some internships rigidly start and stop on particular dates, while other internships offered start as a batch of candidates show collective readiness. We work with individuals to align the timings of the internship with other activities in their life.",
484484
],
485-
link: "https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22help+wanted%22+",
485+
link: "https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+label%3A%22help+wanted%22+%28org%3Alayer5io+OR+org%3Ameshery+OR+user%3Aservice-mesh-patterns+OR+user%3Aservice-mesh-performance%29",
486486
linktext: 'Grab a "Help Wanted" Issue',
487487
},
488488
{
489489
question: "What are characteristics of successful interns?",
490490
category: "Careers",
491-
category: "Internships",
491+
subcategory: "Internships",
492492
answer: [
493493
"Interns that thrive at Layer5 are those that espouse the Layer5 culture of paying it forward. These interns freely help other contributors, understanding that 1) they learn as they teach and assist others, 2) their projects are furthered with more contributors engage, and 3) any contributors path to maintainership is one of enabling others.",
494494
"Successful interns steward projects naturally as they become a resource to other contributors. These interns frequently become component and/or core maintainers.",
@@ -500,7 +500,7 @@ const data = {
500500
{
501501
question: "What are accomplishments of successful interns?",
502502
category: "Careers",
503-
category: "Internships",
503+
subcategory: "Internships",
504504
answer: [
505505
"Many Layer5 interns speak at large, public technology conferences like KubeCon, DockerCon, and so on. They write blog posts and share about their experience and learnings on social media. They engage with their whole self.",
506506
"Many interns become open source maintainers, and have ongoing responsibility to steward Layer5 and CNCF projects.",
@@ -509,15 +509,15 @@ const data = {
509509
{
510510
question: "Are internships offered based on previous experiences or projects?",
511511
category: "Careers",
512-
category: "Internships",
512+
subcategory: "Internships",
513513
answer: [
514514
"Internships are offered based on our commitment to supporting individuals who make a meaningful impact in the community and on our projects. While experience in other projects is wonderful and can be helpful as individuals strive to contribute meaningfully here, it is not a determining factor in whether or not an internship is appropriate to award. The metric we use is whether the individual demonstrates a sustained and positive impact on the projects we steward. We extend support to anyone who achieves this, often in the form of an internship if it proves beneficial to the individual.",
515515
],
516516
},
517517
{
518518
question: "Is Layer5 hiring?",
519519
category: "Careers",
520-
category: "Full-time",
520+
subcategory: "Full-time",
521521
answer: [
522522
"Nearly perpetually, yes.",
523523
"In support of individuals making an impact in our open source projects, we hire individuals directly from our community."
Lines changed: 1 addition & 0 deletions
Loading

src/collections/programs/hacktoberfest-2023/hacktoberfest-contributor.png renamed to src/collections/events/2023/hacktoberfest-prep/hacktoberfest-contributor.png

File renamed without changes.

src/collections/programs/hacktoberfest-2023/hacktoberfest2023.png renamed to src/collections/events/2023/hacktoberfest-prep/hacktoberfest2023.png

File renamed without changes.

src/collections/programs/hacktoberfest-2023/hacktoberfest22.webp renamed to src/collections/events/2023/hacktoberfest-prep/hacktoberfest22.webp

File renamed without changes.

src/collections/programs/hacktoberfest-2023/index.mdx renamed to src/collections/events/2023/hacktoberfest-prep/index.mdx

File renamed without changes.

src/collections/handbook/repository-overview/repo-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const repo_data = [
143143
maintainers_name: ["Vacant"],
144144
link: [""],
145145
repository:
146-
"https://github.com/layer5labs/meshery-extensions-packages/",
146+
"https://github.com/layer5io/recognition",
147147
},
148148
{
149149
project: "Sistent Design System",
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Raunak Madan
3+
position: Contributor
4+
image_path: ./raunak-madan.webp
5+
github: CodexRaunak
6+
twitter: CodexRaunak
7+
linkedin: madan-raunak
8+
layer5: 7447baba-dc1b-4b99-8ea5-e096b8952ebe
9+
location: Delhi, India
10+
bio: |
11+
Hi, I’m Raunak Madan, passionate about open-source software and cloud-native technologies. I began my open-source journey in December 2024 after attending KubeCon + CloudNativeCon in Delhi, which sparked my interest in this ecosystem. Since then, I’ve become a strong advocate of open-source culture and enjoy contributing to projects that create real-world impact.
12+
I have experience across the full-stack and DevOps ecosystem, working with modern programming languages, frameworks, databases, and cloud-native tooling.
13+
badges:
14+
- community
15+
- meshery
16+
status: Active
17+
published: true
18+
---
19+
20+

0 commit comments

Comments
 (0)