From 8012cb9f1e0ed5ce8be774aaa9125a48e9c93eea Mon Sep 17 00:00:00 2001 From: kunjrani <160257626+kunjrani@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:40:28 +0530 Subject: [PATCH] Add PowerToys repository to the list Added Microsoft PowerToys repository (https://github.com/microsoft/PowerToys) that meets all required criteria: - Recently updated: Active development within last 24 hours - Stars: Over 98k stars (exceeds 50 star requirement) - Accepting contributions: Yes, with "good first issue" labels - Active community with regular updates and maintenance This addition will help new contributors find a well-maintained project to contribute to. --- _data/repos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/repos.js b/_data/repos.js index ed268e7..13c7737 100644 --- a/_data/repos.js +++ b/_data/repos.js @@ -62,4 +62,5 @@ export const repos_list = [ 'https://github.com/hoppscotch/hoppscotch', 'https://github.com/elastic/kibana', 'https://github.com/darkreader/darkreader', + 'https://github.com/microsoft/PowerToys', ]