commit b63b1b6f55e9124a198a8ba4fff2cb934bb5d561 parent ad6ab037e45264e4100f70675da1d12bbc3d555d Author: Daniele Sluijters <daenney@users.noreply.github.com> Date: Tue, 7 Feb 2023 09:59:44 +0100 [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. Diffstat:
M | .github/ISSUE_TEMPLATE/bug_report.yaml | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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: