|
| 1 | +name: Feature request |
| 2 | +description: Suggest an improvement for NovaModuleTools or the nova CLI. |
| 3 | +title: "[Feature]: " |
| 4 | +labels: |
| 5 | + - enhancement |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for sharing an idea. |
| 11 | +
|
| 12 | + Please describe the problem and proposed improvement as clearly as you can so we can evaluate it efficiently. |
| 13 | +
|
| 14 | + - type: textarea |
| 15 | + id: summary |
| 16 | + attributes: |
| 17 | + label: Summary |
| 18 | + description: Briefly describe the feature or improvement you want. |
| 19 | + placeholder: A short summary of the request. |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: textarea |
| 24 | + id: problem |
| 25 | + attributes: |
| 26 | + label: Problem or use case |
| 27 | + description: What problem are you trying to solve, or what workflow is currently hard? |
| 28 | + placeholder: Describe the current pain point, limitation, or missing workflow. |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + id: proposed-solution |
| 34 | + attributes: |
| 35 | + label: Proposed solution |
| 36 | + description: Describe the behavior, command, or workflow you would like to see. |
| 37 | + placeholder: Explain the improvement you want. |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: textarea |
| 42 | + id: alternatives |
| 43 | + attributes: |
| 44 | + label: Alternatives considered |
| 45 | + description: Share any workarounds or alternative solutions you have considered. |
| 46 | + placeholder: Describe any alternatives, workarounds, or why existing options are not enough. |
| 47 | + |
| 48 | + - type: dropdown |
| 49 | + id: surface |
| 50 | + attributes: |
| 51 | + label: Affected area |
| 52 | + options: |
| 53 | + - nova CLI |
| 54 | + - PowerShell cmdlet |
| 55 | + - Scaffolding or init flow |
| 56 | + - Build or test flow |
| 57 | + - Publish or release flow |
| 58 | + - Documentation |
| 59 | + - Other |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + |
| 63 | + - type: input |
| 64 | + id: command |
| 65 | + attributes: |
| 66 | + label: Related command or cmdlet |
| 67 | + description: If relevant, share the command, cmdlet, or workflow this request is about. |
| 68 | + placeholder: nova init -Example |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + id: example |
| 72 | + attributes: |
| 73 | + label: Example usage |
| 74 | + description: If helpful, show what the intended command, output, or workflow could look like. |
| 75 | + render: shell |
| 76 | + |
| 77 | + - type: textarea |
| 78 | + id: project-json |
| 79 | + attributes: |
| 80 | + label: Relevant `project.json` context |
| 81 | + description: Include only the settings that matter for this request. |
| 82 | + render: json |
| 83 | + |
| 84 | + - type: dropdown |
| 85 | + id: benefit |
| 86 | + attributes: |
| 87 | + label: Expected benefit |
| 88 | + options: |
| 89 | + - Better usability |
| 90 | + - Better maintainability |
| 91 | + - Better automation or CI/CD |
| 92 | + - Better documentation |
| 93 | + - Better compatibility |
| 94 | + - Other |
| 95 | + validations: |
| 96 | + required: true |
| 97 | + |
| 98 | + - type: dropdown |
| 99 | + id: breaking-change-risk |
| 100 | + attributes: |
| 101 | + label: Breaking change risk |
| 102 | + description: Does this request likely change existing behavior? |
| 103 | + options: |
| 104 | + - Low |
| 105 | + - Medium |
| 106 | + - High |
| 107 | + - Not sure |
| 108 | + validations: |
| 109 | + required: true |
| 110 | + |
| 111 | + - type: input |
| 112 | + id: version |
| 113 | + attributes: |
| 114 | + label: Current NovaModuleTools version |
| 115 | + description: Optional, but helpful if the request is tied to a specific version. |
| 116 | + placeholder: 2.0.0-prerelease4 |
| 117 | + |
| 118 | + - type: textarea |
| 119 | + id: additional-context |
| 120 | + attributes: |
| 121 | + label: Additional context |
| 122 | + description: Add screenshots, examples from similar tools, or anything else that helps explain the request. |
| 123 | + |
| 124 | + - type: checkboxes |
| 125 | + id: checks |
| 126 | + attributes: |
| 127 | + label: Pre-submit checklist |
| 128 | + options: |
| 129 | + - label: I searched existing issues to avoid creating a duplicate. |
| 130 | + required: true |
| 131 | + - label: I explained the problem or use case, not just the desired solution. |
| 132 | + required: true |
| 133 | + - label: This is not a bug report or security vulnerability report. |
| 134 | + required: true |
0 commit comments