From 398a5ac3230a6c95db7eb07d6eb913a36914aac1 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:43:27 -0400 Subject: [PATCH] Add more criteria for popularity to CONTRIBUTING.md (#11364) * Add some package minimum requirements * Add Arch linux User Repository minimum popularity requirement * Add minimum downloads requirement for Chocolatey packages * fix punctuation * Add Clojars popularity criteria * Remove "linux" from Arch User Repository * Update minimum for Homebrew * Remove requirements without a time measure --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca593d214..df524597f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,7 +98,9 @@ To be considered popular enough to be within our scope, a brand must be in exist - [npm](https://www.npmjs.com): 100k weekly downloads, - [jsDelivr](https://www.jsdelivr.com): 1m daily or 35m monthly requests, - [crates.io](https://crates.io): 100k weekly downloads, - - [PyPi Stats](https://pypistats.org): 100k weekly downloads, or, + - [PyPi Stats](https://pypistats.org): 100k weekly downloads, + - [Homebrew Formulae](https://formulae.brew.sh): 5k installs in the last 30 days or 50k installs in the last year, + - [Arch User Repository](https://aur.archlinux.org): popularity of 7.00 or, 1. If the brand is a Fediverse project, it needs to have a minimum of 10,000 Monthly Active Users as listed on [FediDB](https://fedidb.org/software). - In addition, for **servers** that have a unique recognizable logo, the User Count as listed on [FediDB](https://fedidb.org/network) should be 100,000 or higher. 1. The brand's popularity can be illustrated by other publicly available & verifiable statistic (e.g., downloads, usage).