|
| 1 | +name: Feature Request |
| 2 | +description: Propose a concrete LoopX product or documentation improvement. |
| 3 | +title: "[Feature]: " |
| 4 | +labels: ["enhancement"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Describe the problem and smallest useful outcome before prescribing a large implementation. Keep examples public-safe and free of credentials, private state, and internal material. |
| 10 | +
|
| 11 | + - type: checkboxes |
| 12 | + id: preflight |
| 13 | + attributes: |
| 14 | + label: Preflight |
| 15 | + options: |
| 16 | + - label: I searched existing issues, discussions, and contributor tasks for this request. |
| 17 | + required: true |
| 18 | + - label: This request and its attachments contain no credentials or private/internal material. |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: dropdown |
| 22 | + id: request-origin |
| 23 | + attributes: |
| 24 | + label: Request origin |
| 25 | + description: What evidence motivates this request? |
| 26 | + options: |
| 27 | + - Observed need in a real workflow |
| 28 | + - Feedback from an assisted pilot or user |
| 29 | + - Inferred by an AI agent and not yet observed |
| 30 | + - Design or maintenance improvement |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: textarea |
| 35 | + id: problem |
| 36 | + attributes: |
| 37 | + label: Problem or unmet outcome |
| 38 | + description: What is difficult today, for whom, and what is the failure cost? |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: use-case |
| 44 | + attributes: |
| 45 | + label: Use case |
| 46 | + description: Show the workflow in which this capability would be used. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + |
| 50 | + - type: textarea |
| 51 | + id: proposed-outcome |
| 52 | + attributes: |
| 53 | + label: Proposed outcome |
| 54 | + description: Describe the observable behavior you want, without requiring one implementation. |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: dropdown |
| 59 | + id: area |
| 60 | + attributes: |
| 61 | + label: Product area |
| 62 | + options: |
| 63 | + - Goal, todo, and gate lifecycle |
| 64 | + - Quota, scheduler, and heartbeat |
| 65 | + - Issue-fix or another domain capability |
| 66 | + - Host and runtime integration |
| 67 | + - Dashboard and operator surfaces |
| 68 | + - Extensions and external integrations |
| 69 | + - Documentation and onboarding |
| 70 | + - Other |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: textarea |
| 75 | + id: alternatives |
| 76 | + attributes: |
| 77 | + label: Alternatives considered |
| 78 | + description: What existing command, extension, workflow, or smaller change did you consider? |
| 79 | + |
| 80 | + - type: textarea |
| 81 | + id: scope |
| 82 | + attributes: |
| 83 | + label: Scope and non-goals |
| 84 | + placeholder: | |
| 85 | + In scope: |
| 86 | + - ... |
| 87 | +
|
| 88 | + Out of scope: |
| 89 | + - ... |
| 90 | +
|
| 91 | + - type: checkboxes |
| 92 | + id: contribution |
| 93 | + attributes: |
| 94 | + label: Contribution |
| 95 | + options: |
| 96 | + - label: I may be able to help design, implement, document, or validate this request. |
0 commit comments