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

landscape: Require active maintenance also for emerging projects #464

Merged
merged 1 commit into from
Aug 15, 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
9 changes: 6 additions & 3 deletions src/components/pages/project-landscape/faq/faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ const Requirements = () => (
license. Any documentation must be licensed under an open license.
</li>
<li>
The project must be using eBPF as its underlying core technology (in other words, a project would lose its purpose if the
eBPF parts are removed) or help accelerate the adoption of eBPF in production.
The project must be using eBPF as its underlying core technology (in other words, a project
would lose its purpose if the eBPF parts are removed) or help accelerate the adoption of eBPF
in production.
</li>
<li>
The project must be actively maintained.
</li>
<li>
The project must be open to collaboration and have a governance model following open source
Expand All @@ -26,7 +30,6 @@ const Requirements = () => (
</p>
<ul>
<li>The project must have more than 50 contributors.</li>
<li>The project must be actively maintained.</li>
<li>
The project must be used in production-like environments with a significant amount of users.
Since this information may not be easily discoverable from a link to the project, such
Expand Down