From b63b1b6f55e9124a198a8ba4fff2cb934bb5d561 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Tue, 7 Feb 2023 09:59:44 +0100 Subject: [PATCH] [chore] Update bug report template (#1437) This adds a line to the bug report template to indicate that compatibility issues with closed source clients should be reported to developers of that client instead. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 3123d6a92..916763022 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -9,6 +9,16 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! Please be cautious with the sensitive information/logs while filing the issue. + - type: markdown + attributes: + value: | + ⚠️ If you're reporting an interoperability issue with a **closed source** + ActivityPub/Mastodon client or server, please report the issue to the + developers of that client or server instead. Without access to their + source debugging the issue is difficult for us. Since GoToSocial is + open source, developers of closed source implementations can run a copy + and autonomously debug the issue. We'll gladly address any bugs they + raise with us. - type: textarea id: desc attributes: