35 lines
875 B
YAML
35 lines
875 B
YAML
name: Feature Request
|
|
about: Suggest a new feature for Ridgway Systems Infrastructure
|
|
title: "[FEATURE] "
|
|
labels:
|
|
- feature
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A clear description of the feature you'd like.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem Statement
|
|
description: What problem does this feature solve?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Proposed Solution
|
|
description: How do you think this should be implemented?
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives Considered
|
|
description: Any alternative solutions you've considered.
|
|
validations:
|
|
required: false
|