Finish compat issue transfer

This commit is contained in:
hensm
2021-04-25 05:38:49 +01:00
parent 15c6b66dee
commit a786875ce4
3 changed files with 2 additions and 21 deletions

View File

@@ -1,19 +0,0 @@
---
name: Compatibility Report
about: Report the compatibility status of an app
title: "[compat] <App name>"
labels: ''
assignees: ''
---
**App name:**
**App URL:**
**App ID (if possible):**
**Issues:**
Set the appropriate `compat-` label and list any issues here.
**Error log (if applicable):**

View File

@@ -22,7 +22,7 @@ Follow the bug report issue template and provide as much info as possible. Logs
## Compatibility Reports ## Compatibility Reports
Compatibility reports are always helpful. Use the "Compatibility Report" issue template. Ensure you have a working environment and that the site is in the whitelist (check options page). Compatibility reports are always helpful. They're tracked in a separate repository, so go to [@hensm/fx_cast-compat](https://github.com/hensm/fx_cast-compat) and use the "Compatibility Report" issue template. Ensure you have a working environment and that the site is in the whitelist (check options page).
## Localizations ## Localizations

View File

@@ -263,7 +263,7 @@
The API is also not fully implemented and is missing some methods (mostly queue management). The current implementation likely also has edge-cases and bugs which may cause issues. The API is also not fully implemented and is missing some methods (mostly queue management). The current implementation likely also has edge-cases and bugs which may cause issues.
</p> </p>
<p> <p>
Check the <a href="https://github.com/hensm/fx_cast/issues?q=is%3Aissue+label%3Acompat">compatibility list</a> or if it's missing, <a href="https://github.com/hensm/fx_cast/issues/new/choose">submit a new compatibility report issue</a>. Check the <a href="https://github.com/hensm/fx_cast-compat/issues?q=is%3Aissue+label%3Acompat">compatibility list</a> or if it's missing, <a href="https://github.com/hensm/fx_cast-compat/issues/new/choose">submit a new compatibility report issue</a>.
</p> </p>
</div> </div>
</details> </details>