From 17e5c0b7f93e8952ad231a0c87ee9a587d536e64 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 04:42:23 +0000 Subject: [PATCH 1/2] Add Easter Eggs badge to README Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/33bc90a4-ae8f-4e1d-9bbe-a001ba37c51f Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7649a15..f61fb9f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Built with Tailwind CSS](https://img.shields.io/badge/Built%20with-Tailwind-blue)](https://tailwindcss.com/) [![Super-Linter](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml/badge.svg)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/super-linter.yml) [![pre-commit](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/NextCommunity/NextCommunity.github.io/actions/workflows/pre-commit.yml) +[![Easter Eggs](https://img.shields.io/badge/Easter-Eggs-ff69b4?labelColor=9b59b6)](#) > A vibrant community directory showcasing open-source developers and software engineers from around the world. From a3839fa62cb4a0d25f97217d6380b058d66073dc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 04:48:40 +0000 Subject: [PATCH 2/2] Disable MD042/no-empty-links in markdownlint config Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/3694167c-3ae3-4e21-b6da-40282cdbfde7 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/linters/.markdown-lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index b7475f6..4d83e88 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -5,3 +5,6 @@ MD013: false # MD036/no-emphasis-as-heading Emphasis used instead of a heading MD036: false + +# MD042/no-empty-links No empty links +MD042: false