Skip to content
Open
Changes from 6 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
97369d1
Create a Template for "Meet the Maintainer" Posts
Vidit-Kushwaha Mar 1, 2025
e933d8d
Merge branch 'master' into patch-1
Vidit-Kushwaha Mar 4, 2025
23a6597
Update index.mdx
Vidit-Kushwaha Mar 4, 2025
aaa9648
Update index.mdx forklift svg
Vidit-Kushwaha Mar 4, 2025
d8d35b7
Merge branch 'master' into patch-1
vishalvivekm Mar 8, 2025
c5da7ea
Update index.mdx
ritzorama Mar 12, 2025
a7acb81
use real image
ritzorama Mar 12, 2025
d42289d
Update index.mdx
ritzorama Mar 12, 2025
2eab4d1
Update src/collections/blog/meetTheMaintainer-template/index.mdx
ritzorama Mar 12, 2025
68e2328
Update index.mdx
ritzorama Mar 12, 2025
6c04482
Merge branch 'master' into patch-1
leecalcote Mar 12, 2025
69756bf
Update interview date in Meet the Maintainer template
leecalcote Mar 12, 2025
a7bf70a
Refactor interview template for improved readability and structure
leecalcote Mar 12, 2025
8ea8663
Clean up author and thumbnail fields in Meet the Maintainer template
leecalcote Mar 12, 2025
17f414f
Update Meet the Maintainer template with new author, date, and thumbn…
leecalcote Mar 12, 2025
ea0e33e
Update Meet the Maintainer template with corrected author and date fo…
leecalcote Mar 12, 2025
aac407d
Merge branch 'master' into patch-1
vishalvivekm Mar 31, 2025
81e5fd4
Merge branch 'master' into patch-1
Namanv0509 Sep 21, 2025
ba283cc
Merge branch 'master' into patch-1
Namanv0509 Oct 8, 2025
5ca6261
Merge branch 'master' into patch-1
Namanv0509 Nov 6, 2025
3cf6b47
Merge branch 'master' into patch-1
Rajesh-Nagarajan-11 Nov 13, 2025
3b9f681
Merge branch 'master' into patch-1
Rajesh-Nagarajan-11 Dec 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions src/collections/blog/meetTheMaintainer-template/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
---
title: "Meet the Maintainer: [Maintainer Name]”
subtitle: "An interview series with Layer5 Maintainers"
date: YYYY-MM-DD HH:MM:SS -05:30:05
author: [Your Name]
thumbnail: "./community/members/[first Name]-[last Name].png"
darkthumbnail: "./community/members/[first Name]-[last Name].png"
category: "Open Source"
published: false
---

import { BlogWrapper } from "../Blog.style.js";
import img from "./community/members/[first Name]-[last Name].png";
import { MeetTheMaintainer } from "../MeetTheMaintainer.style";
import { Link } from "gatsby";
import ForkLift from "../../../assets/images/app/hero/forklift.svg";

const MaintainerName = "[Maintainer Name]";
const InterviewerName = "[Your Name]";
const MaintainerArea = "[Area]";

<BlogWrapper>
<MeetTheMaintainer>
<div class="intro">
<p>Continuing in our Meet the Maintainer series, we have {MaintainerName}. {MaintainerName} is a [Brief introduction about the maintainer]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>{MaintainerName}, thank you for taking the time to join me today. While many people, both within and beyond the Layer5 community, have witnessed the impact of your contributions, they may not know the story behind who you are and how you became a maintainer. Could you share your journey with us? How did you discover the Layer5 community, and what inspired you to stay?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>You're a <Link to="/projects/meshery">Meshery {MaintainerArea}</Link> Maintainer. What does being a Meshery {MaintainerArea} maintainer mean to you?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>Have you worked with any other open source project? How does Layer5 compare?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p><Link to="/projects">Layer5</Link> has a number of active, open source projects. You've been consistently contributing to a few of them. Which one(s) are you currently focusing on?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>What's the coolest Meshery {MaintainerArea} demo you have done/seen?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>What is your favorite feature or aspect of {MaintainerArea} in this project, and why?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>What is your hot tip for working with Meshery that others may not know?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>Where do you see opportunities for contributors to actively engage and contribute to {MaintainerArea} within the Meshery and Layer5 community?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>Let's get to know you a bit better with some quick questions: What's the emoji you use most often? Do you prefer movies or books? Would you consider yourself a morning person or a night owl? Over the past year, what's a project or accomplishment you're particularly proud of?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="interviewer"> <span>{InterviewerName}:</span>
<p>Do you have any advice for individuals hopeful to become Meshery {MaintainerArea} contributors or potentially maintainers?</p>
</div>
<div class="interviewee"> <span>{MaintainerName}:</span>
<p>[Maintainer's response]</p>
</div>
<div class="note"> <img src={ForkLift} height="100px" />
<p>The Meshery project moves at an impressive pace thanks to maintainers like {MaintainerName}. Be like {MaintainerName}. Join the <a href="https://slack.layer5.io">Layer5 Slack</a> and say "hi".</p>
</div>
</MeetTheMaintainer>
</BlogWrapper>
Loading