From 416c8f231dc9ca2cbced76495c217d9fc16a1ce7 Mon Sep 17 00:00:00 2001 From: MoonsvnLyn <287222957+FirmaSpring@users.noreply.github.com> Date: Mon, 17 Aug 2026 17:43:11 +0800 Subject: [PATCH] docs: replace dead MyGet build link with CI feed link The issue template links to docs.automapper.io/en/latest/The-MyGet-build.html which returns GET 404. CI builds are published to the feedz.io lucky-penny-software org per .github/workflows/ci.yml, so point there instead. Co-authored-by: FirmamentalSpring <287222957+FirmaSpring@users.noreply.github.com> --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 9f2fa003eb..5a2a2af047 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ If you're new to AutoMapper, please ask a question on StackOverflow first and come back here if the people there consider it a bug. If you've just upgraded, please read the corresponding upgrade guide first. Check https://docs.automapper.io/en/latest. - Try the [MyGet](https://docs.automapper.io/en/latest/The-MyGet-build.html) build. + Try a [CI](https://feedz.io/portal/org/lucky-penny-software/repository/automapper) build. Try to provide [a minimal, complete, and verifiable example](https://stackoverflow.com/help/mcve), preferably a [gist](https://gist.github.com/lbargaoanu/9c7233441c3a3413cc2b9b9ebb5964a9) that we can execute and see fail. [Here](https://gist.github.com/lbargaoanu/0cbc531306223f7ffc5468becf2642d6) is an example for ProjectTo. For feature requests, just clear out the below. -->