Files
wsa-webdav/.github/ISSUE_TEMPLATE/feature_request.yml
T

32 lines
633 B
YAML

name: Feature Request
description: Suggest a new feature for WSA WebDev
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: Problem Statement
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
- type: checkboxes
id: terms
attributes:
label: Checklist
options:
- label: I have searched existing feature requests
required: true