|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug or unexpected behavior |
| 3 | +title: "[Bug]: " |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Thanks for taking the time to report a bug. Please fill out the sections below so we can reproduce and fix the issue. |
| 10 | +
|
| 11 | + - type: textarea |
| 12 | + id: description |
| 13 | + attributes: |
| 14 | + label: Description |
| 15 | + description: A clear and concise description of the bug. |
| 16 | + placeholder: Describe what went wrong. |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + id: steps |
| 22 | + attributes: |
| 23 | + label: Steps to Reproduce |
| 24 | + description: Steps to reproduce the behavior. |
| 25 | + placeholder: | |
| 26 | + 1. Set up ... |
| 27 | + 2. Run ... |
| 28 | + 3. Observe ... |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + id: expected |
| 34 | + attributes: |
| 35 | + label: Expected Behavior |
| 36 | + description: What you expected to happen. |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: actual |
| 42 | + attributes: |
| 43 | + label: Actual Behavior |
| 44 | + description: What actually happened. |
| 45 | + validations: |
| 46 | + required: true |
| 47 | + |
| 48 | + - type: input |
| 49 | + id: version |
| 50 | + attributes: |
| 51 | + label: AI-DLC Version |
| 52 | + description: Which version of AI-DLC are you using? Or the git commit hash if running from source. |
| 53 | + placeholder: e.g., 0.1.5 or abc1234 |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + |
| 57 | + - type: dropdown |
| 58 | + id: phase |
| 59 | + attributes: |
| 60 | + label: AI-DLC Phase |
| 61 | + description: Which workflow phase were you in when the bug occurred? |
| 62 | + options: |
| 63 | + - Inception (requirements, user stories, application design) |
| 64 | + - Construction (component design, code generation, testing) |
| 65 | + - Operations (deployment, monitoring) |
| 66 | + - Not phase-specific |
| 67 | + validations: |
| 68 | + required: true |
| 69 | + |
| 70 | + - type: dropdown |
| 71 | + id: platform |
| 72 | + attributes: |
| 73 | + label: Platform / IDE |
| 74 | + description: Which platform or IDE are you using AI-DLC with? |
| 75 | + multiple: true |
| 76 | + options: |
| 77 | + - Kiro IDE |
| 78 | + - Kiro CLI |
| 79 | + - Amazon Q Developer IDE Plugin |
| 80 | + - Cursor IDE |
| 81 | + - Cline |
| 82 | + - Claude Code |
| 83 | + - GitHub Copilot |
| 84 | + - Other |
| 85 | + validations: |
| 86 | + required: true |
| 87 | + |
| 88 | + - type: input |
| 89 | + id: model |
| 90 | + attributes: |
| 91 | + label: AI Model |
| 92 | + description: Which AI model were you using? |
| 93 | + placeholder: e.g., Claude Sonnet 4, GPT-4o, Amazon Nova |
| 94 | + |
| 95 | + - type: textarea |
| 96 | + id: environment |
| 97 | + attributes: |
| 98 | + label: Environment |
| 99 | + description: Any other relevant environment details (OS, IDE version, etc.). |
| 100 | + placeholder: | |
| 101 | + - OS: macOS 15.x |
| 102 | + - IDE: VS Code 1.x |
| 103 | +
|
| 104 | + - type: textarea |
| 105 | + id: additional |
| 106 | + attributes: |
| 107 | + label: Additional Context |
| 108 | + description: Add any other context, screenshots, or log output about the problem here. |
0 commit comments