|
| 1 | +name: "Feature Request" |
| 2 | +description: "Suggest an idea, a new example, or an improvement" |
| 3 | +labels: ["status: needs-triage", "type: enhancement"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Got a great idea? We'd love to hear it. Please check if a similar request already exists before opening a new one. |
| 9 | + - type: textarea |
| 10 | + id: feature-description |
| 11 | + attributes: |
| 12 | + label: "What is the feature or improvement?" |
| 13 | + description: "A clear and concise description of what you want to happen." |
| 14 | + placeholder: "I would like the ability to..." |
| 15 | + validations: |
| 16 | + required: true |
| 17 | + - type: dropdown |
| 18 | + id: request-type |
| 19 | + attributes: |
| 20 | + label: "Category" |
| 21 | + description: "What part of the project does this affect?" |
| 22 | + options: |
| 23 | + - "New Example (Code snippets, demos, use-cases)" |
| 24 | + - "Core Logic (Source code changes)" |
| 25 | + - "Documentation / Tutorials" |
| 26 | + - "Upstream Integration (support new VTK features)" |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: textarea |
| 30 | + id: use-case |
| 31 | + attributes: |
| 32 | + label: "The 'Why'" |
| 33 | + description: "What problem does this solve? What is the use case?" |
| 34 | + placeholder: "This would allow users to..." |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + - type: textarea |
| 38 | + id: proposed-example |
| 39 | + attributes: |
| 40 | + label: "Proposed Example / Implementation" |
| 41 | + description: "If this is a request for a new example, what should it demonstrate? If it's a code change, how should the API look?" |
| 42 | + placeholder: "I'm imagining a demo that shows off..." |
| 43 | + - type: checkboxes |
| 44 | + id: upstream-check |
| 45 | + attributes: |
| 46 | + label: "Upstream Considerations" |
| 47 | + options: |
| 48 | + - label: "This requires a change in the upstream project first" |
| 49 | + - label: "I am willing to contribute an example or PR for this" |
| 50 | + - type: textarea |
| 51 | + id: additional-context |
| 52 | + attributes: |
| 53 | + label: "Additional Context" |
| 54 | + description: "Any other context, screenshots, or links to upstream discussions." |
| 55 | + placeholder: "Add any other context or screenshots about the feature request here." |
0 commit comments