You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest a new feature or improvement for the cookiecutter template itself
3
+
labels: [enhancement, template]
4
+
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
**This template is for feature requests for the cookiecutter template itself** - new cookiecutter options, template structure changes, or template functionality.
10
+
11
+
For improvements to **generated projects** (new nox sessions, tooling updates, project features), please use the "Generated Project Feature Request" template instead.
12
+
13
+
- type: textarea
14
+
id: problem
15
+
attributes:
16
+
label: Problem or use case
17
+
description: What problem would this feature solve? What use case would it enable?
18
+
placeholder: ex. I want to be able to choose between different CI providers during template generation...
19
+
validations:
20
+
required: true
21
+
22
+
- type: textarea
23
+
id: solution
24
+
attributes:
25
+
label: Proposed solution
26
+
description: Describe your proposed solution or feature
27
+
placeholder: ex. Add a new cookiecutter variable 'ci_provider' with options for GitHub Actions, GitLab CI, etc...
28
+
validations:
29
+
required: true
30
+
31
+
- type: dropdown
32
+
id: feature_type
33
+
attributes:
34
+
label: Feature type
35
+
options:
36
+
- New cookiecutter variable/option
37
+
- New template files or structure
38
+
- New post-generation hooks
39
+
- New template nox sessions
40
+
- Template documentation improvements
41
+
- Template testing improvements
42
+
- Other template functionality
43
+
validations:
44
+
required: true
45
+
46
+
- type: textarea
47
+
id: implementation
48
+
attributes:
49
+
label: Implementation ideas
50
+
description: Any ideas on how this could be implemented? (optional)
51
+
validations:
52
+
required: false
53
+
54
+
- type: textarea
55
+
id: alternatives
56
+
attributes:
57
+
label: Alternatives considered
58
+
description: What alternatives have you considered?
59
+
validations:
60
+
required: false
61
+
62
+
- type: dropdown
63
+
id: breaking_change
64
+
attributes:
65
+
label: Would this be a breaking change?
66
+
description: Would this change break existing template usage or generated projects?
67
+
options:
68
+
- "No - backward compatible"
69
+
- "Yes - breaking change"
70
+
- "Unsure"
71
+
validations:
72
+
required: true
73
+
74
+
- type: textarea
75
+
id: additional_context
76
+
attributes:
77
+
label: Additional context
78
+
description: Add any other context, screenshots, or examples
0 commit comments