From 498a7c23925a4b2c58872d2ae71a9d11547db52e Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Mon, 20 Apr 2026 14:14:05 +0200 Subject: [PATCH 1/3] Add PR Radar to developer resources --- resources/p.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/p.ts b/resources/p.ts index 859a074a..07561c42 100644 --- a/resources/p.ts +++ b/resources/p.ts @@ -283,6 +283,14 @@ export const resources: Resource[] = [ categories: ['UI'], url: 'https://www.primefaces.org/', }, + { + name: 'PR Radar', + description: + 'Free, open-source browser extension for a unified PR dashboard across GitHub, GitLab, and Bitbucket. CI status, review tracking, notifications, and keyboard shortcuts.', + categories: ['Extension', 'Open Source', 'Tooling'], + url: 'https://www.deployhq.com/features/pr-radar', + keywords: ['pull requests', 'code review', 'CI', 'GitHub', 'GitLab', 'Bitbucket'], + }, { name: 'Privacyboard', description: 'Privacyboard helps you comply with GDPR in minutes so you can focus on what', From b3eab4f4fa66eed4b51acb46df432eaebc473a5f Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Mon, 20 Apr 2026 14:25:55 +0200 Subject: [PATCH 2/3] Fix alphabetical order: PR Radar before Prime --- resources/p.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/p.ts b/resources/p.ts index 07561c42..e3cc1424 100644 --- a/resources/p.ts +++ b/resources/p.ts @@ -277,12 +277,6 @@ export const resources: Resource[] = [ url: 'https://ppresume.com', keywords: ['cv', 'LaTeX'], }, - { - name: 'Prime', - description: 'Ultimate UI Framework.', - categories: ['UI'], - url: 'https://www.primefaces.org/', - }, { name: 'PR Radar', description: @@ -291,6 +285,12 @@ export const resources: Resource[] = [ url: 'https://www.deployhq.com/features/pr-radar', keywords: ['pull requests', 'code review', 'CI', 'GitHub', 'GitLab', 'Bitbucket'], }, + { + name: 'Prime', + description: 'Ultimate UI Framework.', + categories: ['UI'], + url: 'https://www.primefaces.org/', + }, { name: 'Privacyboard', description: 'Privacyboard helps you comply with GDPR in minutes so you can focus on what', From 81d93ada7276fb59df4d3a785512477f05bb5942 Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Tue, 7 Jul 2026 23:59:41 +0200 Subject: [PATCH 3/3] Point PR Radar to its main product (GitHub repo) Use the standalone open-source project home instead of the DeployHQ feature page, per the "main product only" contribution rule. Co-Authored-By: Claude Opus 4.8 (1M context) --- resources/p.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/p.ts b/resources/p.ts index e3cc1424..7e9e90dd 100644 --- a/resources/p.ts +++ b/resources/p.ts @@ -282,7 +282,7 @@ export const resources: Resource[] = [ description: 'Free, open-source browser extension for a unified PR dashboard across GitHub, GitLab, and Bitbucket. CI status, review tracking, notifications, and keyboard shortcuts.', categories: ['Extension', 'Open Source', 'Tooling'], - url: 'https://www.deployhq.com/features/pr-radar', + url: 'https://github.com/deployhq/pr-radar', keywords: ['pull requests', 'code review', 'CI', 'GitHub', 'GitLab', 'Bitbucket'], }, {