|
| 1 | +# FAQ |
| 2 | + |
| 3 | +Frequently asked questions about WDS projects and this repository. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## General |
| 8 | + |
| 9 | +### Where do I report bugs? |
| 10 | + |
| 11 | +Use the issue templates in this repository. Select the template that best matches your problem (bug report, crash report, performance issue, or multiplayer issue). See [[Bug-Reporting]] for guidance on writing a useful report. |
| 12 | + |
| 13 | +➡️ [Open an Issue](https://github.com/World-Domination-Software/Projects/issues/new/choose) |
| 14 | + |
| 15 | +### Which platforms are supported? |
| 16 | + |
| 17 | +We aim to support PC (Windows, Linux, Steam Deck) and mobile platforms (Android, iOS) where possible. Exact support varies by project and release. Check each project's [[Projects|page in the project directory]] for current platform status. |
| 18 | + |
| 19 | +### How do I share feedback or ideas? |
| 20 | + |
| 21 | +Use [GitHub Discussions](https://github.com/World-Domination-Software/Projects/discussions) for ideas, general feedback, and suggestions. For well-defined feature requests, use the **Feature request** issue template. |
| 22 | + |
| 23 | +### Can I contribute code or content? |
| 24 | + |
| 25 | +Yes, in some cases. Please read [CONTRIBUTING.md](https://github.com/World-Domination-Software/Projects/blob/main/CONTRIBUTING.md) before starting work, and open an issue or discussion for larger proposals before implementing. |
| 26 | + |
| 27 | +--- |
| 28 | + |
| 29 | +## Bug Reports and Issues |
| 30 | + |
| 31 | +### How do I check if a bug is already known? |
| 32 | + |
| 33 | +- Search existing [issues](https://github.com/World-Domination-Software/Projects/issues) with relevant keywords. |
| 34 | +- Look for issues labeled `known-issue` or `confirmed`. |
| 35 | +- Browse the relevant project's Discussions support category. |
| 36 | + |
| 37 | +### Should I open an Issue or a Discussion? |
| 38 | + |
| 39 | +If you have a clear, reproducible bug — open an Issue using the appropriate template. If you are not sure yet whether it is a bug, or you need help troubleshooting first — start a Discussion. Maintainers can convert a Discussion to an Issue if needed. |
| 40 | + |
| 41 | +--- |
| 42 | + |
| 43 | +## Troubleshooting |
| 44 | + |
| 45 | +### Where is the troubleshooting guide? |
| 46 | + |
| 47 | +See [[Troubleshooting-Index]] for a symptom-based guide covering common issues across all projects. |
| 48 | + |
| 49 | +### The troubleshooting guide didn't fix my problem. What next? |
| 50 | + |
| 51 | +1. Check if there is a project-specific troubleshooting page (linked from each project's landing page). |
| 52 | +2. Search existing [issues](https://github.com/World-Domination-Software/Projects/issues) and [discussions](https://github.com/World-Domination-Software/Projects/discussions). |
| 53 | +3. Post in the support Discussions category for the relevant project (see [[Support]]). |
| 54 | +4. If it is a clear bug, file an issue via [[Bug-Reporting]]. |
| 55 | + |
| 56 | +--- |
| 57 | + |
| 58 | +## Roadmap and Updates |
| 59 | + |
| 60 | +### Where can I see what's planned? |
| 61 | + |
| 62 | +The roadmap is hosted in GitHub Discussions so the community can follow and participate: |
| 63 | + |
| 64 | +➡️ [Roadmap Discussions](https://github.com/World-Domination-Software/Projects/discussions/categories/roadmap) |
| 65 | + |
| 66 | +See also [[Roadmap]] for context on how we use it. |
| 67 | + |
| 68 | +### How do I stay notified about updates? |
| 69 | + |
| 70 | +- Watch the repository (select notification level under **Watch** at the top of the repo page). |
| 71 | +- Subscribe to specific roadmap discussion threads you care about. |
| 72 | +- Follow the Releases section of this repository for published builds. |
| 73 | + |
| 74 | +--- |
| 75 | + |
| 76 | +**→ [[Home]] · [[Troubleshooting-Index]] · [[Bug-Reporting]] · [[Support]] · [[Roadmap]]** |
0 commit comments