Browse Source

Add platform-specific support links

Closes #1521
Eloston 2 years ago
parent
commit
e308ccc342

+ 10 - 0
.github/ISSUE_TEMPLATE/bugreport.md

@@ -7,6 +7,16 @@ assignees: ''
 
 ---
 
+<!--
+*** PLEASE READ FIRST ***
+
+Before submitting this issue, please confirm if you should submit an issue to a platform-specific issue tracker instead:
+https://github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md#platform-specific-support
+
+Otherwise, your issue may not be noticed. In addition, please read through the Support document first:
+https://github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md
+-->
+
 **Describe the bug**
 A clear and concise description of what the bug is.
 

+ 10 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -7,6 +7,16 @@ assignees: ''
 
 ---
 
+<!--
+*** PLEASE READ FIRST ***
+
+Before submitting this issue, please confirm if you should submit an issue to a platform-specific issue tracker instead:
+https://github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md#platform-specific-support
+
+Otherwise, your issue may not be noticed. In addition, please read through the Support document first:
+https://github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md
+-->
+
 **Is your feature request related to a problem? Please describe.**
 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
 

+ 6 - 1
.github/ISSUE_TEMPLATE/other.md

@@ -7,4 +7,9 @@ assignees: ''
 
 ---
 
-*IMPORTANT: Please ensure you have read SUPPORT.md before continuing*
+<!--
+*** IMPORTANT ***
+
+Please ensure you have read SUPPORT.md before continuing:
+https://github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md
+-->

+ 17 - 4
SUPPORT.md

@@ -3,15 +3,28 @@
 **Before you submit feedback, please ensure you have tried the following**: 
 
 * Read the [FAQ](//ungoogled-software.github.io/ungoogled-chromium-wiki/faq)
+* If you are using a build for an officially-supported platform ([see the list here](docs/platforms.md)), then please refer to the [Platform-specific Support](#platform-specific-support) section first.
 * Check if your feedback already exists in the [Issue Tracker](//github.com/Eloston/ungoogled-chromium/issues) (make sure to search closed issues and use search filters, as applicable)
-	* [If your platform is officially supported (links here)](docs/platforms.md), make sure to visit the issue trackers for the platform's repository.
 * If this is a problem, ensure it does *not* occur with regular Chromium or Google Chrome. If it does, then this is *not* a problem with ungoogled-chromium. Instead, please submit your feedback to the [Chromium bug tracker](//bugs.chromium.org/p/chromium/issues/list) or Google.
 * Read the documentation under [docs/](docs/)
 
-There are two channels for support:
+There are a few channels for support:
 
-* The [Issue Tracker](//github.com/Eloston/ungoogled-chromium/issues). The Issue Tracker is the main hub for discussions and development activity, and thus the primary means of support. It includes problems, suggestions, and questions.
-	* [If your platform is officially supported (links here)](docs/platforms.md), there are also platform-specific issue trackers. You may post an issue there if you believe it is an issue specific to that platform.
+* An issue tracker. Issue trackers are the main hubs for discussions and development activity, and thus the primary means of support. They includes problems, suggestions, and questions. If you are using a build for an officially-supported platform ([see the list here](docs/platforms.md)), then please refer to the [Platform-specific Support](#platform-specific-support) section to find its issue tracker. Otherwise, please use [the main issue tracker](//github.com/Eloston/ungoogled-chromium/issues). 
 * A chat room. There are two options available:
     * [Gitter](https://gitter.im/ungoogled-software/Lobby). It can use your GitHub account as an identity.
     * Matrix.org under name `ungoogled-software/lobby`. It has a bidirectional connection with Gitter.
+
+## Platform-specific Support
+
+For officially-supported platforms, **please visit their issue trackers before using the issue tracker in this repository**:
+
+* Android: [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-android/issues)
+* Arch Linux and derivatives (e.g. Manjaro): [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-archlinux/issues)
+* Debian & Ubuntu: [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-debian/issues)
+* Fedora & CentOS: [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-fedora/issues)
+* Flatpak: [Issue tracker](//github.com/flathub/com.github.Eloston.UngoogledChromium)
+* Gentoo ([@PF4Public](//github.com/PF4Public)'s overlay): [Issue tracker](//github.com/PF4Public/gentoo-overlay/issues)
+* macOS: [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-macos/issues)
+* Portable Linux: [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-portablelinux/issues)
+* Windows: [Issue tracker](//github.com/ungoogled-software/ungoogled-chromium-windows/issues)