|
| 1 | +--- |
| 2 | +name: Feature Request |
| 3 | +description: Suggest a new feature or enhancement |
| 4 | +title: '[FEATURE]: ' |
| 5 | +labels: [enhancement, feature-request] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to suggest a new feature! Your ideas help make ZenML better. |
| 11 | + - type: input |
| 12 | + id: contact |
| 13 | + attributes: |
| 14 | + label: Contact Details [Optional] |
| 15 | + description: How can we get in touch with you if we need more info? |
| 16 | + |
| 17 | + validations: |
| 18 | + required: false |
| 19 | + - type: textarea |
| 20 | + id: feature-description |
| 21 | + attributes: |
| 22 | + label: Feature Description |
| 23 | + description: What feature would you like to see added to ZenML? |
| 24 | + placeholder: A clear and concise description of the feature you'd like to see |
| 25 | + implemented. |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: textarea |
| 29 | + id: problem-statement |
| 30 | + attributes: |
| 31 | + label: Problem or Use Case |
| 32 | + description: What problem does this feature solve? What use case does it enable? |
| 33 | + placeholder: Describe the problem you're trying to solve or the workflow you're |
| 34 | + trying to enable. |
| 35 | + validations: |
| 36 | + required: false |
| 37 | + - type: textarea |
| 38 | + id: proposed-solution |
| 39 | + attributes: |
| 40 | + label: Proposed Solution |
| 41 | + description: How do you envision this feature working? |
| 42 | + placeholder: Describe your ideal solution and how users would interact with |
| 43 | + it. |
| 44 | + validations: |
| 45 | + required: false |
| 46 | + - type: textarea |
| 47 | + id: alternatives |
| 48 | + attributes: |
| 49 | + label: Alternatives Considered |
| 50 | + description: Have you considered any alternative solutions or workarounds? |
| 51 | + placeholder: Describe any alternative solutions or features you've considered. |
| 52 | + validations: |
| 53 | + required: false |
| 54 | + - type: textarea |
| 55 | + id: additional-context |
| 56 | + attributes: |
| 57 | + label: Additional Context |
| 58 | + description: Add any other context, mockups, examples, or implementation ideas. |
| 59 | + placeholder: Screenshots, code examples, links to similar features, etc. |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + - type: dropdown |
| 63 | + id: priority |
| 64 | + attributes: |
| 65 | + label: Priority |
| 66 | + description: How important is this feature to you? |
| 67 | + options: |
| 68 | + - Low - Nice to have |
| 69 | + - Medium - Would improve my workflow |
| 70 | + - High - Critical for my use case |
| 71 | + validations: |
| 72 | + required: false |
| 73 | + - type: checkboxes |
| 74 | + id: terms |
| 75 | + attributes: |
| 76 | + label: Code of Conduct |
| 77 | + description: By submitting this issue, you agree to follow our [Code of Conduct](CODE-OF-CONDUCT.md) |
| 78 | + options: |
| 79 | + - label: I agree to follow this project's Code of Conduct |
| 80 | + required: true |
0 commit comments