From f5fe297ca2a548362f0f47efedd7130d1bff68a8 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 13 Apr 2026 15:13:25 +0200 Subject: [PATCH 1/2] issue template: invite people to PR if they're up for it See also https://github.com/matrix-org/matrix.org/issues/3329#issuecomment-4183416566 Signed-off-by: Arnout Engelen --- .github/ISSUE_TEMPLATE/update-ecosystem-info.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml b/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml index 1d77d22ae..09ddfd90b 100644 --- a/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml +++ b/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml @@ -42,3 +42,8 @@ body: description: Any other details that would help us update this entry? validations: required: false + - type: markdown + attributes: + value: | + Note that if you're comfortable with using GitHub, you're also welcome to skip + creating an issue go straight to creating a PR to `./content/ecosystem`. From fa90d7fc647dbe8584dec3ebadb7be05a55c6a39 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 13 Apr 2026 15:41:25 +0200 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/update-ecosystem-info.yaml Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Signed-off-by: Arnout Engelen --- .github/ISSUE_TEMPLATE/update-ecosystem-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml b/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml index 09ddfd90b..e03e4579e 100644 --- a/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml +++ b/.github/ISSUE_TEMPLATE/update-ecosystem-info.yaml @@ -46,4 +46,4 @@ body: attributes: value: | Note that if you're comfortable with using GitHub, you're also welcome to skip - creating an issue go straight to creating a PR to `./content/ecosystem`. + creating an issue and go straight to creating a PR to `./content/ecosystem`.