diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b7f85a9..04594f8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,21 +7,26 @@ assignees: '' --- -**Before reporting, please have a look at "[Known bugs and workarounds](https://github.com/Martchus/syncthingtray/blob/master/README.md#known-bugs-and-workarounds)".** +Please read the following points before filing an issue but remove them before +filing the issue: -Note that I cannot support all operating systems, their flavors and different -tooling you might be using (Anti Virus scanners, GNU/Linux desktop environments, -AUR helpers, …). So please avoid filing bug reports specific to them and contact -the respective vendors instead. - -Note that adaptions for newer versions of certain platforms (or for completely -new platforms) would be *feature requests* and **not** bugs. So for instance, -making Syncthing Tray work under an updated/new GNU/Linux desktop environment -should be filed as a feature request and *not* a bug report. - -Note that I will likely have to reject bug reports about Wayland-specific -problems due to limitations of that protocol which I cannot workaround from my -side. +* **Do not file an issue if the executable is framed as malicious by Antivirus + software.** If you have actual evidence that the executable is doing anything + malicious you can of course file a report. Note that the executable being + detected by Antivirus software is not good enough evidence as false positives + are very common and no concrete description of the problem is provided. +* **Before reporting, please have a look at "[Known bugs and workarounds](https://github.com/Martchus/syncthingtray/blob/master/README.md#known-bugs-and-workarounds)".** +* Note that I cannot support all operating systems, their flavors and different + tooling you might be using (Antivirus scanners, GNU/Linux desktop environments, + AUR helpers, …). So please avoid filing bug reports specific to them and contact + the respective vendors instead. +* Note that adaptions for newer versions of certain platforms (or for completely + new platforms) would be *feature requests* and **not** bugs. So for instance, + making Syncthing Tray work under an updated/new GNU/Linux desktop environment + should be filed as a feature request and *not* a bug report. +* Note that I will likely have to reject bug reports about Wayland-specific + problems due to limitations of that protocol which I cannot workaround from my + side. --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c14d90c..da7bf37 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,18 +7,19 @@ assignees: '' --- -**Please browse through the [README](https://github.com/Martchus/syncthingtray/blob/master/README.md) before asking a question.** -Maybe what you've been asking is already implemented -or a known limitation with a documented workaround. +Please read the following points before filing an issue but remove them before +filing the issue: -Note that I cannot support all operating systems, their flavors and different -tooling you might be using (Anti Virus scanners, GNU/Linux desktop environments, -AUR helpers, …). So please avoid filing feature requests specific to them and -contact the respective vendors instead. - -Note that I will likely have to reject feature reports about Wayland-specific -behavior due to limitations of that protocol which I cannot workaround from my -side. +* **Please browse through the [README](https://github.com/Martchus/syncthingtray/blob/master/README.md) before asking a question.** + Maybe what you've been asking is already implemented + or a known limitation with a documented workaround. +* Note that I cannot support all operating systems, their flavors and different + tooling you might be using (Antivirus software, GNU/Linux desktop environments, + AUR helpers, …). So please avoid filing feature requests specific to them and + contact the respective vendors instead. +* Note that I will likely have to reject feature reports about Wayland-specific + behavior due to limitations of that protocol which I cannot workaround from my + side. --- diff --git a/.github/ISSUE_TEMPLATE/other_issue.md b/.github/ISSUE_TEMPLATE/other_issue.md index cef1508..ee889b3 100644 --- a/.github/ISSUE_TEMPLATE/other_issue.md +++ b/.github/ISSUE_TEMPLATE/other_issue.md @@ -7,15 +7,22 @@ assignees: '' --- -**Please browse through the [README](https://github.com/Martchus/syncthingtray/blob/master/README.md) before asking a question.** -Most likely your question is already answered. -Before asking questions about the AUR package, please read the [pinned comment -on the AUR](https://aur.archlinux.org/packages/syncthingtray#comment-568348). +Please read the following points before filing an issue but remove them before +filing the issue: -Note that I cannot give concrete help for all operating systems, their flavors -and different tooling you might be using (Anti Virus scanners, GNU/Linux desktop -environments, AUR helpers, …). So if you want concrete advice about those you -must ask the respective vendors instead. +* **Do not file an issue if the executable is framed as malicious by Antivirus + software.** If you have actual evidence that the executable is doing anything + malicious you can of course file a report. Note that the executable being + detected by Antivirus software is not good enough evidence as false positives + are very common and no concrete description of the problem is provided. +* **Please browse through the [README](https://github.com/Martchus/syncthingtray/blob/master/README.md) before asking a question.** + Most likely your question is already answered. + Before asking questions about the AUR package, please read the [pinned comment + on the AUR](https://aur.archlinux.org/packages/syncthingtray#comment-568348). +* Note that I cannot give concrete help for all operating systems, their flavors + and different tooling you might be using (Anti Virus scanners, GNU/Linux desktop + environments, AUR helpers, …). So if you want concrete advice about those you + must ask the respective vendors instead. ---