|
1
|
name: Feature Request |
|
2
|
description: Suggest a new feature or improvement for Hugoifier |
|
3
|
title: "[Feature]: " |
|
4
|
labels: ["enhancement"] |
|
5
|
body: |
|
6
|
- type: markdown |
|
7
|
attributes: |
|
8
|
value: | |
|
9
|
We appreciate your ideas for improving Hugoifier. Please describe your request in detail. |
|
10
|
|
|
11
|
- type: textarea |
|
12
|
id: description |
|
13
|
attributes: |
|
14
|
label: Description |
|
15
|
description: A clear and concise description of the feature you'd like to see. |
|
16
|
placeholder: Describe the feature... |
|
17
|
validations: |
|
18
|
required: true |
|
19
|
|
|
20
|
- type: textarea |
|
21
|
id: use-case |
|
22
|
attributes: |
|
23
|
label: Use Case |
|
24
|
description: What problem does this solve? What workflow does it improve? |
|
25
|
placeholder: | |
|
26
|
When converting a theme that has date-organized content (content/blog/2024/post.md), I need... |
|
27
|
validations: |
|
28
|
required: true |
|
29
|
|
|
30
|
- type: textarea |
|
31
|
id: proposed-solution |
|
32
|
attributes: |
|
33
|
label: Proposed Solution |
|
34
|
description: If you have ideas on implementation, describe them here. Optional. |
|
35
|
placeholder: Describe a possible approach... |
|
36
|
validations: |
|
37
|
required: false |
|
38
|
|