|
| 1 | +name: ✨ Feature Request |
| 2 | +description: Suggest a new feature or enhancement |
| 3 | +title: "[Feature]: " |
| 4 | +labels: ["enhancement", "needs-triage"] |
| 5 | +assignees: [] |
| 6 | + |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thanks for suggesting a feature! Please describe your idea below. |
| 12 | +
|
| 13 | + - type: checkboxes |
| 14 | + id: checklist |
| 15 | + attributes: |
| 16 | + label: Pre-submission Checklist |
| 17 | + options: |
| 18 | + - label: I have searched [existing issues](https://github.com/ArangoGutierrez/agent-identity-protocol/issues) to ensure this hasn't been requested |
| 19 | + required: true |
| 20 | + - label: I have read the [roadmap](https://github.com/ArangoGutierrez/agent-identity-protocol#roadmap) to check if this is planned |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: dropdown |
| 24 | + id: category |
| 25 | + attributes: |
| 26 | + label: Feature Category |
| 27 | + description: What area does this feature relate to? |
| 28 | + options: |
| 29 | + - Policy Engine (new rules, constraints) |
| 30 | + - Security (authentication, authorization) |
| 31 | + - DLP (data loss prevention) |
| 32 | + - Human-in-the-Loop (approval workflows) |
| 33 | + - Audit & Observability |
| 34 | + - Integration (Cursor, VSCode, other IDEs) |
| 35 | + - Kubernetes / Cloud Deployment |
| 36 | + - CLI / UX Improvements |
| 37 | + - SDK / Client Libraries |
| 38 | + - Documentation |
| 39 | + - Other |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + |
| 43 | + - type: textarea |
| 44 | + id: problem |
| 45 | + attributes: |
| 46 | + label: Problem Statement |
| 47 | + description: What problem does this feature solve? What's your use case? |
| 48 | + placeholder: | |
| 49 | + As a [type of user], I want to [do something] so that [benefit]. |
| 50 | + |
| 51 | + Currently, I have to... which is problematic because... |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + |
| 55 | + - type: textarea |
| 56 | + id: solution |
| 57 | + attributes: |
| 58 | + label: Proposed Solution |
| 59 | + description: How do you envision this feature working? |
| 60 | + placeholder: | |
| 61 | + I would like AIP to support... |
| 62 | + |
| 63 | + Example configuration: |
| 64 | + ```yaml |
| 65 | + spec: |
| 66 | + new_feature: |
| 67 | + enabled: true |
| 68 | + ``` |
| 69 | + validations: |
| 70 | + required: true |
| 71 | + |
| 72 | + - type: textarea |
| 73 | + id: alternatives |
| 74 | + attributes: |
| 75 | + label: Alternatives Considered |
| 76 | + description: Have you considered any alternative solutions or workarounds? |
| 77 | + placeholder: | |
| 78 | + 1. Alternative A: ... |
| 79 | + 2. Alternative B: ... |
| 80 | + 3. Current workaround: ... |
| 81 | +
|
| 82 | + - type: dropdown |
| 83 | + id: priority |
| 84 | + attributes: |
| 85 | + label: Priority |
| 86 | + description: How important is this feature to you? |
| 87 | + options: |
| 88 | + - Nice to have |
| 89 | + - Important for my use case |
| 90 | + - Blocking my adoption of AIP |
| 91 | + validations: |
| 92 | + required: true |
| 93 | + |
| 94 | + - type: checkboxes |
| 95 | + id: contribution |
| 96 | + attributes: |
| 97 | + label: Contribution |
| 98 | + description: Would you be willing to contribute this feature? |
| 99 | + options: |
| 100 | + - label: I would be willing to submit a PR for this feature |
| 101 | + - label: I can help test this feature |
| 102 | + - label: I can help write documentation for this feature |
| 103 | + |
| 104 | + - type: textarea |
| 105 | + id: additional |
| 106 | + attributes: |
| 107 | + label: Additional Context |
| 108 | + description: Any other context, mockups, or references that might help |
0 commit comments