Skip to content

Commit

Permalink
feat: mark some items as done in the roadmap (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Jul 13, 2023
1 parent 3051961 commit a686e2e
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit a686e2e

Please sign in to comment.