|
| 1 | +name: Bug Report |
| 2 | +description: File a bug report to help us improve |
| 3 | +title: '[BUG] ' |
| 4 | +labels: ['bug'] |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thanks for taking the time to fill out this bug report! |
| 11 | +
|
| 12 | + - type: textarea |
| 13 | + id: bug-description |
| 14 | + attributes: |
| 15 | + label: Describe the bug |
| 16 | + description: A clear and concise description of what the bug is. |
| 17 | + placeholder: Tell us what you see! |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + |
| 21 | + - type: textarea |
| 22 | + id: reproduce |
| 23 | + attributes: |
| 24 | + label: To Reproduce |
| 25 | + description: Steps to reproduce the behavior |
| 26 | + placeholder: | |
| 27 | + 1. Go to '...' |
| 28 | + 2. Click on '....' |
| 29 | + 3. Scroll down to '....' |
| 30 | + 4. See error |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: textarea |
| 35 | + id: expected |
| 36 | + attributes: |
| 37 | + label: Expected behavior |
| 38 | + description: A clear and concise description of what you expected to happen. |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + |
| 42 | + - type: textarea |
| 43 | + id: screenshots |
| 44 | + attributes: |
| 45 | + label: Screenshots |
| 46 | + description: If applicable, add screenshots to help explain your problem. |
| 47 | + placeholder: Drag and drop or paste screenshots here |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: flow |
| 51 | + attributes: |
| 52 | + label: Flow |
| 53 | + description: If applicable, add exported flow in order to help replicating the problem. |
| 54 | + placeholder: Paste your exported flow here |
| 55 | + |
| 56 | + - type: dropdown |
| 57 | + id: installation |
| 58 | + attributes: |
| 59 | + label: Installation Method |
| 60 | + description: How did you install Flowise? |
| 61 | + options: |
| 62 | + - Docker |
| 63 | + - npx flowise start |
| 64 | + - pnpm start |
| 65 | + - npm start |
| 66 | + - yarn start |
| 67 | + - Other (please specify in additional context) |
| 68 | + validations: |
| 69 | + required: true |
| 70 | + |
| 71 | + - type: input |
| 72 | + id: version |
| 73 | + attributes: |
| 74 | + label: Flowise Version |
| 75 | + description: What version of Flowise are you running? |
| 76 | + placeholder: e.g., 1.2.11 |
| 77 | + validations: |
| 78 | + required: true |
| 79 | + |
| 80 | + - type: dropdown |
| 81 | + id: os |
| 82 | + attributes: |
| 83 | + label: Operating System |
| 84 | + description: What operating system are you using? |
| 85 | + options: |
| 86 | + - Windows |
| 87 | + - macOS |
| 88 | + - Linux |
| 89 | + - Other |
| 90 | + validations: |
| 91 | + required: true |
| 92 | + |
| 93 | + - type: dropdown |
| 94 | + id: browser |
| 95 | + attributes: |
| 96 | + label: Browser |
| 97 | + description: What browser are you using? |
| 98 | + options: |
| 99 | + - Chrome |
| 100 | + - Firefox |
| 101 | + - Safari |
| 102 | + - Edge |
| 103 | + - Other |
| 104 | + validations: |
| 105 | + required: true |
| 106 | + |
| 107 | + - type: textarea |
| 108 | + id: context |
| 109 | + attributes: |
| 110 | + label: Additional context |
| 111 | + description: Add any other context about the problem here. |
| 112 | + placeholder: Any additional information that might be helpful |
0 commit comments