projectm/.github/ISSUE_TEMPLATE/4-general_question.yml
Kai Blaschke 2fd65e8a8e
Update issue template for general questions
Add a note pointing to the discussion boards instead of opening an issue.

Signed-off-by: Kai Blaschke <kai.blaschke@kb-dev.net>
2025-10-28 17:20:45 +01:00

48 lines
2.1 KiB
YAML

name: General Question / Other Request
description: If you don't want to report a bug or request a feature, use this form to ask about anything else.
title: "[REQUEST] "
labels: ["triage","question"]
body:
- type: markdown
attributes:
value: |
### Prefer using the discussion boards
If your question or suggestion may result in a longer discussion or the answer may interest others, it might be a better idea to open a topic [in one of our discussion forums](https://github.com/orgs/projectM-visualizer/discussions).
Questions answered in the boards can be marked accordingly and others may find it easier than by searching through closed issues.
### Requests regarding the projectM Android App
Note that **we cannot answer questions regarding the Android apps** in the Google Play Store. These apps are not being developed by the projectM team. Please contact the app author directly via the information provided in the Play Store.
- type: checkboxes
id: reporter_ack
attributes:
label: "Please confirm the following points:"
options:
- label: This question is NOT about the Android apps in the Play Store
required: true
- label: I have [searched the project page](https://github.com/search?q=org%3AprojectM-visualizer+type%3Aissue+&type=issues) to check if the question was already asked elsewhere
required: true
- type: dropdown
id: topic
attributes:
label: Topic
description: What is the general topic of your question or request?
options:
- General Request
- Development and Contributing
- Applications and Plug-Ins, Third-Party Software
- Third-Party Application Interfaces and Remote Control
- Milkdrop Presets
- Documentation and/or the projectM Wiki
validations:
required: true
- type: textarea
id: question
attributes:
label: Your Request
description: Tell us what your request is about. The more details you provide, the easier it is for us to answer your question and find a solution.
validations:
required: true