|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug in the Strands CLI |
| 3 | +title: "[BUG] " |
| 4 | +labels: ["bug", "triage"] |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out this bug report for Strands AGENTS SDK! |
| 11 | + - type: checkboxes |
| 12 | + id: "checks" |
| 13 | + attributes: |
| 14 | + label: "Checks" |
| 15 | + options: |
| 16 | + - label: "I have updated to the lastest minor and patch version of Strands" |
| 17 | + required: true |
| 18 | + - label: "I have checked the documentation and this is not expected behavior" |
| 19 | + required: true |
| 20 | + - label: "I have searched [./issues](./issues?q=) and there are no duplicates of my issue" |
| 21 | + required: true |
| 22 | + - type: input |
| 23 | + id: strands-agents-builder-version |
| 24 | + attributes: |
| 25 | + label: Strands CLI Version |
| 26 | + description: Which version of Strands Agents Builder CLI are you using? |
| 27 | + placeholder: e.g., 0.5.2 |
| 28 | + validations: |
| 29 | + required: true |
| 30 | + - type: input |
| 31 | + id: strands-tools-version |
| 32 | + attributes: |
| 33 | + label: Strands Tools Version |
| 34 | + description: Which version of Strands Agents Tools are you using? |
| 35 | + placeholder: e.g., 0.5.2 |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: input |
| 39 | + id: strands-version |
| 40 | + attributes: |
| 41 | + label: Strands Version |
| 42 | + description: Which version of Strands Agents SDK are you using? |
| 43 | + placeholder: e.g., 0.5.2 |
| 44 | + validations: |
| 45 | + required: true |
| 46 | + - type: input |
| 47 | + id: python-version |
| 48 | + attributes: |
| 49 | + label: Python Version |
| 50 | + description: Which version of Python are you using? |
| 51 | + placeholder: e.g., 3.10.5 |
| 52 | + validations: |
| 53 | + required: true |
| 54 | + - type: input |
| 55 | + id: os |
| 56 | + attributes: |
| 57 | + label: Operating System |
| 58 | + description: Which operating system are you using? |
| 59 | + placeholder: e.g., macOS 12.6 |
| 60 | + validations: |
| 61 | + required: true |
| 62 | + - type: dropdown |
| 63 | + id: installation-method |
| 64 | + attributes: |
| 65 | + label: Installation Method |
| 66 | + description: How did you install Strands? |
| 67 | + options: |
| 68 | + - pip |
| 69 | + - git clone |
| 70 | + - binary |
| 71 | + - other |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + - type: textarea |
| 75 | + id: steps-to-reproduce |
| 76 | + attributes: |
| 77 | + label: Steps to Reproduce |
| 78 | + description: Detailed steps to reproduce the behavior |
| 79 | + placeholder: | |
| 80 | + 1. Install Strands using... |
| 81 | + 2. Run the command... |
| 82 | + 3. See error... |
| 83 | + validations: |
| 84 | + required: true |
| 85 | + - type: textarea |
| 86 | + id: expected-behavior |
| 87 | + attributes: |
| 88 | + label: Expected Behavior |
| 89 | + description: A clear description of what you expected to happen |
| 90 | + validations: |
| 91 | + required: true |
| 92 | + - type: textarea |
| 93 | + id: actual-behavior |
| 94 | + attributes: |
| 95 | + label: Actual Behavior |
| 96 | + description: What actually happened |
| 97 | + validations: |
| 98 | + required: true |
| 99 | + - type: textarea |
| 100 | + id: additional-context |
| 101 | + attributes: |
| 102 | + label: Additional Context |
| 103 | + description: Any other relevant information, logs, screenshots, etc. |
| 104 | + - type: textarea |
| 105 | + id: possible-solution |
| 106 | + attributes: |
| 107 | + label: Possible Solution |
| 108 | + description: Optional - If you have suggestions on how to fix the bug |
| 109 | + - type: input |
| 110 | + id: related-issues |
| 111 | + attributes: |
| 112 | + label: Related Issues |
| 113 | + description: Optional - Link to related issues if applicable |
0 commit comments