mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
38 lines
868 B
YAML
38 lines
868 B
YAML
|
name: "Feature request"
|
||
|
description: "Suggest an idea for this project"
|
||
|
|
||
|
labels:
|
||
|
- "enhancement"
|
||
|
|
||
|
|
||
|
body:
|
||
|
- type: textarea
|
||
|
id: "problem"
|
||
|
attributes:
|
||
|
label: "Problem I have"
|
||
|
description: |-
|
||
|
If your request is related to a problem, please provide a clear and concise description of what the problem is.
|
||
|
placeholder: |-
|
||
|
I'm always frustrated when [...]
|
||
|
|
||
|
- type: textarea
|
||
|
id: "solution"
|
||
|
attributes:
|
||
|
label: "Solution I'd like"
|
||
|
description: |-
|
||
|
A clear and concise description of what you want to happen.
|
||
|
|
||
|
- type: textarea
|
||
|
id: "alternatives"
|
||
|
attributes:
|
||
|
label: "Alternatives considered"
|
||
|
description: |-
|
||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||
|
|
||
|
- type: textarea
|
||
|
id: "other"
|
||
|
attributes:
|
||
|
label: "Other"
|
||
|
description: |-
|
||
|
Anything you want to add?
|