Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: mark some items as done in the roadmap #1936

Merged
merged 2 commits into from
Jul 13, 2023
Merged
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion pages/roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ const solutions = {
},
createSupportProgram: {
title: 'Create a support program to give back to the community',
done: true,
description: <>
<p>We are very fortunate with the support we got at AsyncAPI. There are many people out there creating great stuff. Some of these things power AsyncAPI and others augment it, making it easier for the end-user to adopt AsyncAPI. We should create a program to give support to these community members. It should consist —at least— of the following things:</p>
<ul>
Expand Down Expand Up @@ -418,7 +419,8 @@ const outcomes = {
title: 'Number of contributors go above 100 in top repos',
description: <p>We make top repos grow to a point where we go over 100 contributors in the whole history of the project.</p>,
solutions: [
solutions.createOutstandingContributingGuide
solutions.createOutstandingContributingGuide,
solutions.createSupportProgram
]
},
numberProjectsAbove100: {
Expand Down
Loading