diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 5bd060b..d90343e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,6 +7,19 @@ body: value: | Thanks for suggesting a new feature! Please provide as much detail as possible. + - type: dropdown + id: platform + attributes: + label: Target Platform + description: Which platform would this feature apply to? A maintainer will add the matching `Module:` label. + options: + - "Paper" + - "Folia" + - "Velocity (proxy / cross-server)" + - "All platforms / not platform-specific" + validations: + required: true + - type: textarea id: feature-description attributes: |
