diff options
author | 2023-02-07 09:59:44 +0100 | |
---|---|---|
committer | 2023-02-07 09:59:44 +0100 | |
commit | b63b1b6f55e9124a198a8ba4fff2cb934bb5d561 (patch) | |
tree | 8f7c51be2ef48450a5926da0275edef2bf2cc4b7 | |
parent | [bugfix] don't trash emoji in profile fields on edit (#1440) (diff) | |
download | gotosocial-b63b1b6f55e9124a198a8ba4fff2cb934bb5d561.tar.xz |
[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.
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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: |